Add the Meteor Package
meteor add visudare:disqus
Configure disqus shortname
Set your Disqus shortname in /lib
disqus_shortname="your_shortname";
Add the Disqus Template wherever you want
{{> disqus}}
Template Settings
You can set the following options to the template:
- url
- category_id
- identifier
- title
If its not set the following fallback options will be set:
- for url
location.href
- for category_id none
- for identifier
location.pathname
- for title
<title>
attribute in<head>
Example:
{{> disqus title="My page title."}}
Reference here:
https://help.disqus.com/customer/portal/articles/472098-javascript-configuration-variables