Monday, July 29, 2013

Disqus Comments Box in PHP (Social Networking) - Entert41nment5

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:

  • A simple PHP class.
  • Easy Integration by using 3-4 lines of code.
  • ASP.Net Version is also available on codecanyon

Guidelines for setting up blog/forum on Disqus:

  • Create an account in disqus
  • Register or create new blog/forum in disqus dashboard.
  • You can apply different settings for newly created blog/forum.

Guidelines for adding comments box control in PHP web page:

  • Copy disqus.php class file in your project.
  • Include this class in your required web page.
  • Add the following lines of code in your PHP page.
         include('disqus.php');         $disquss = new DisqusCommentsBox(array("ThreadTitle" => "First PHP Forum POST","ForumName" => "testforum","ThreadIdentifier" => "uniqu12453","Sandbox" => false));         $disquss->render();        
  • Change values of array keys (ThreadTitle,ForumName,ThreadIdentifier,Sandbox) according to your own website/forum settings.

Change your Site Language Settings on Disqus

You can change your language settings once you setup your site on disqus.
For more details, please follow these instructions:
http://help.disqus.com/customer/portal/articles/466219-translating-disqus

GET PRODUCT NOW

YOUR COMMENT