Monday, 12 January 2015

Making Comment box with Disqus

There are many ways to put the comments on the site that we created, one of which is by using Disqus

Please Copy the code below and place it in your site.

  <div id="disqus_thread"></div>
    <script type="text/javascript">
        var disqus_shortname = 'blogger-papua'; // required: replace example with your forum shortname

        /* * * DON'T EDIT * * */
        (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);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Disqus box will appear automatically.