How to Add Disqus Comments to Your Ghost Blog
Ghost by default allows many customizations but unfortunately it doesn't have a default commenting system like WordPress . But the good news is you can use other third party commenting systems to your ghost blog like Disqus, Google+, Facebook and more. In this tutorial you will learn how to add Disqus commenting system to Ghost blog. How to add Disqus Commenting to Ghost About Disqus Disqus is a blog comment hosting service for Web sites and online communities like blogs. Disqus is very popular among most of the bloggers and many blogs use it. First you will need a free Disqus account. Go ahead and register your new Ghost site while you're there. Note down Disqus shortname is; you'll need it later. Follow below steps to add Disqus to your Ghost blog Open your post.hbs file and look for {{/post}} . Place the following code just after that,but before </article> : <div style="clear:both;"></div> <div id="disqus_thread"></di...