Feb
29
2016
0
Disqus comment - Take 2
Heard back from David on my question if there was an easier way to get the Disqus shortname. And of course there is
{{plugins.disqus.options.shortname}}
This means that the global variable mentioned in the post Update on Disqus comment counts can be removed. {{more}} The script-tag loading the Disqus count script can now be updated from
<script id="dsq-count-scr" src="//{{disqus_shortname}}.disqus.com/count.js" async></script>
into
<script id="dsq-count-scr" src="//{{plugins.disqus.options.shortname}}.disqus.com/count.js" async></script>