Disqus Comments Box (Communication Tools)

A simple asp.net custom web control which is used to add comments section in any
asp.net page of your web site to start new discussion by using disqus blog/forum
features.

Features:

  • A simple asp.net web control.
  • Integrate in any asp.net application easily.
  • Add in visual studio toolbox to drag and drop on web form.

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 asp.net web page:

  • Copy the DisqusCommentBox.dll in /bin folder of your asp.net project
  • After adding dll in /bin, add comments box in toolbox to drag and drop on asp.net web page
  • You can also add comments box manually in web page as

    Register in web page

    <%@ Register assembly="DisqusCommentBox" namespace="DisqusCommentBox" tagprefix="cc1" %>
  • Use in your web page

 <cc1:DisqusCommentBox ID="DisqusCommentBox1" runat="server" 
           BlogName="codecayon-blog" Sandbox="True" ThreadTitle="Welcome to ASP.NET!"  Text=""/>
      

Limitations:

  • Due to disqus policy, we can add only one comments box per web page.

Download Disqus Comments Box (Communication Tools)

Leave a Reply

Your email address will not be published. Required fields are marked *