Skip to content

Instantly share code, notes, and snippets.

@craic
Last active December 26, 2015 22:39
Show Gist options
  • Save craic/7224822 to your computer and use it in GitHub Desktop.
Save craic/7224822 to your computer and use it in GitHub Desktop.
Widget from Twitter to embed a twitter feed in a web page
<a class="twitter-timeline" href="https://twitter.com/BBCWorld" data-widget-id="395313647477481472">Tweets by @BBCWorld</a>
<script>!function(d,s,id){
var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)){
js=d.createElement(s);
js.id=id;
js.src=p+"://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