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:
If its not set the following fallback options will be set:
location.href
location.pathname
<title>
attribute in <head>
Example:
{{> disqus title="My page title."}}
Reference here:
https://help.disqus.com/customer/portal/articles/472098-javascript-configuration-variables