Is it possible to create, for example, a PHP script that will allow users to post a comment to the web page of the other website with Disqus comments enabled, with the URL that inputted by the user?
- Users will input the URL of the other website’s page with Disqus comments enabled.
- They will also input the comment that they want.
- And the last is to submit.. (Also, please provide the other required arguments that aren’t listed here!)
If it’s possible, what are the procedures and the steps to achieve this kind of script?
Actually, after contacting Disqus Support, they said this:
You can post comments via our API. More information on our API can be found here: http://disqus.com/api
But I don’t have a clue where can I start it, that’s why I’m here..
In order to do that, you can do following steps;
1.) Get disqus php api library here
2.) Register an application here and get
API Key
andAPI Secret
3.) Create form with minimal requirements;
4.) Write a handler for this form;
comment_send.php