pclubiitk / pclub.in

Jekyll-based repository for the Programming Club website
http://pclub.in
30 stars 70 forks source link

Make disqus comment count work #13

Closed sakshamsharma closed 8 years ago

sakshamsharma commented 8 years ago

The previous pull request does not seem to work @yashsriv

This is what I found:

How to display comment count

    Place the following code before your site's closing </body> tag:

    <script id="dsq-count-scr" src="//pclubiitk.disqus.com/count.js" async></script>

    Append #disqus_thread to the href attribute in your links. This will tell Disqus which links to look up and return the comment count. For example: <a href="http://example.com/bar.html#disqus_thread">Link</a>.
sakshamsharma commented 8 years ago

Fixed by #14