A simple php class which is used to add comments section in any php web page of your web site to start new discussion by using disqus blog/forum features. Features:
Guidelines for setting up blog/forum on Disqus:
Guidelines for adding comments box control in PHP web page:
include('disqus.php'); $disquss = new DisqusCommentsBox(array("ThreadTitle" => "First PHP Forum POST","ForumName" => "testforum","ThreadIdentifier" => "uniqu12453","Sandbox" => false)); $disquss->render();
Change your Site Language Settings on Disqus You can change your language settings once you setup your site on disqus. |
YOUR COMMENT