handlebars-helper-disqus
v0.2.0
Published
{{disqus}} Handlebars helper. Simplifies adding [Disqus](https://disqus.com/) comments to your site.
Downloads
5
Readme
{{disqus}}
Handlebars helper for adding Disqus comments to your blog or web project.
First, create a site profile with Disqus.
Installation
Install with npm
npm i handlebars-helper-disqus
If you use Assemble, make sure you register the helper so Assemble knows where to find it:
options: {
helpers: ['handlebars-helper-disqus']
}
Usage
1. footer script
Add the following template to
{{disqus "my-shortname"}}
2. comments
Next, add the following tag wherever you want the comments to display.
<!-- Disqus Comments -->
<div id="disqus_thread"></div>
Author
Jon Schlinkert
- [github/Jon Schlinkert](http://github.com/Jon Schlinkert)
- [twitter/Jon Schlinkert](http://twitter.com/Jon Schlinkert)
License and Copyright
Licensed under the MIT License Copyright (c) 2014 Jon Schlinkert, contributors.