Skip to content

{{disqus}} Handlebars helper. Simplifies adding [Disqus](https://disqus.com/) comments to your site.

License

Notifications You must be signed in to change notification settings

helpers/handlebars-helper-disqus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{{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.

About

{{disqus}} Handlebars helper. Simplifies adding [Disqus](https://disqus.com/) comments to your site.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published