Skip to content

Instantly share code, notes, and snippets.

@robertcedwards
Created April 18, 2012 04:42
Show Gist options
  • Save robertcedwards/2411151 to your computer and use it in GitHub Desktop.
Save robertcedwards/2411151 to your computer and use it in GitHub Desktop.
Twitter example
<script type="text/javascript">
!function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = "http://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment