Created
December 17, 2016 09:58
-
-
Save prinsss/6bdd4bd8f6ea4a16c7098b8c5767f693 to your computer and use it in GitHub Desktop.
Click button to load Disqus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="btn btn-default" href="javascript:disqus.load();">点击以加载 Disqus</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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