#How to create a box that displays number of comments from Disqus
#1
Create a new application at Disqus Applications.
Get the API Key and Short Name of your application.
#2
In function.js do the following steps:
- Replace the value of disqusPublicKey by the API Key.
- Replace the value of disqusShortname by the sort name of your application.
#3
In count.html replace the value of data-disqus-url by the current url.
That's all folks ;D