2.0.4 • Published 10 years ago

docpad-plugin-intensedebate v2.0.4

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

IntenseDebate Plugin for DocPad

Usage

Call the helper from your document or layout:

getIntenseDebateCommentBlock()

The helper accepts three optional arguments: idcomments_post_id, idcomments_post_url and idcomments_post_title that work exactly as documented on the IntenseDebate website:

getIntenseDebateCommentBlock(document.url, document.url, document.title)

Install

docpad install intensedebate

Configure

Add your website's account ID to your DocPad configuration. You can find this by going to your site dashboard in IntenseDebate and looking at the URL: intensedebate.com/moderate/xxxx

plugins:
	intensedebate:
		accountId: "xxxx"

It is recommended to put your site's account ID in an environment variable:

accountId: process.env.MY_INTENSEDEBATE_ACCT_ID

License

Licensed under the incredibly permissive MIT License Copyright © 2014 Sean Genabe

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago