use disqus comment box plug in with sitefinity cms.

Introduction :

Disqus comment box plug in is very easy to add to any type of website and its always free.

for getting this follow below steps:

  1. go to https://disqus.com and click on ‘add disqus’ button. it will redirect to sign up page for registration provide details.
  2. click on Next step button : then fill details like sitename and site type and click to finish registration.
  3. it will redirect for choose your platform (like universal code, drupal, joomla, blogger and many more..).
  4. it will get code: so now we have to paste it where we like Disqus to load on our site.
  5. code like below : <script type=”text/javascript”>
    /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
    var disqus_shortname = ‘administrator’; // required: replace example with your forum shortname
    /* * * DON’T EDIT BELOW THIS LINE * * */
    (function() {
    var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true;
    dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’;
    (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq);
    })();
    (function () {
    var s = document.createElement(‘script’); s.async = true;
    s.type = ‘text/javascript’;
    s.src = ‘//’ + disqus_shortname + ‘.disqus.com/count.js’;
    (document.getElementsByTagName(‘HEAD’)[0] || document.getElementsByTagName(‘BODY’)[0]).appendChild(s);
    } ());
    </script>
  6. now come in to your developing area here i come into visual studio : make user control, place disqus comment code on that. using sitefinity thunder. register that user control to sitefinity backend site.
  7. now we will get disqus comment box where we have drag that user control from sitefinity backend.