In the *footer* of your theme (something like `footer.ejs`) you should add *Disqus* script: ```javascript <% if (config.disqus_shortname){ %> <% } %> ``` Don't forget that Hexo is prepared to use Disqus, so you the another missing thing is to enable it in your `_config.yml` ``` # Disqus disqus_shortname: username ```