0.2.0 • Published 10 years ago

handlebars-helper-disqus v0.2.0

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

{{disqus}} NPM version

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

License and Copyright

Licensed under the MIT License Copyright (c) 2014 Jon Schlinkert, contributors.