Skip to content

Instantly share code, notes, and snippets.

@yuanyan
Created August 12, 2012 15:34
Show Gist options
  • Save yuanyan/3332298 to your computer and use it in GitHub Desktop.
Save yuanyan/3332298 to your computer and use it in GitHub Desktop.
Third-party JavaScript
<script type="text/javascript">
var disqus_shortname = 'madscript'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script src="http://gist.github.com/118964.js"></script>
@myst729
Copy link

myst729 commented Aug 13, 2012

下面这个gist.html是干啥用的……好像跟上面那段没有关系……

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment