Skip to content

Instantly share code, notes, and snippets.

@prinsss
Created December 17, 2016 09:58
Show Gist options
  • Save prinsss/6bdd4bd8f6ea4a16c7098b8c5767f693 to your computer and use it in GitHub Desktop.
Save prinsss/6bdd4bd8f6ea4a16c7098b8c5767f693 to your computer and use it in GitHub Desktop.
Click button to load Disqus
<a class="btn btn-default" href="javascript:disqus.load();">点击以加载 Disqus</a>
var disqus = {
load: function disqus() {
// edit this to your short name
var disqus_shortname = 'blessing-studio';
if (typeof DISQUS !== 'object') {
// load Disqus
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
// remove the button after loading
$('.disqus-notice').remove();
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment