Skip to content

Instantly share code, notes, and snippets.

@micahwave
Created July 12, 2012 16:41
Show Gist options
  • Select an option

  • Save micahwave/3099230 to your computer and use it in GitHub Desktop.

Select an option

Save micahwave/3099230 to your computer and use it in GitHub Desktop.
Zomg BP
<html>
<head>
<title>BP</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<script type="text/javascript">
function render_tweet_text( data ) {
if( typeof data.tweets != undefined ) {
document.write( data.tweets[0].text );
}
}
</script>
<script src="http://olympics.time.com/?feed=tweetstream&username=bp_america&callback=render_tweet_text"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment