Skip to content

Instantly share code, notes, and snippets.

@digitalmaster
Created June 2, 2019 17:17
Show Gist options
  • Select an option

  • Save digitalmaster/3f316d86c6484fb93cec78b96fce88c7 to your computer and use it in GitHub Desktop.

Select an option

Save digitalmaster/3f316d86c6484fb93cec78b96fce88c7 to your computer and use it in GitHub Desktop.
initDisqusCount: function(){
if( typeof(DISQUSWIDGETS) !== 'undefined' ){
DISQUSWIDGETS.getCount();
}else{
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment