Setup instructions for
Get Disqus for your site- Place the following code where you'd like Disqus to load:
- (Optional) See our JavaScript configuration variables documentation for ways to further customize the Disqus embed code.
How to display comment count
- Place the following code before your site's closing
</body>
tag:
- Append
#disqus_thread
to thehref
attribute in your links. This will tell Disqus which links to look up and return the comment count. For example:<a href="http://foo.com/bar.html#disqus_thread">Link</a>
.
Additional customization
See our Tightening your Disqus integration documentation.