Skip to content

Instantly share code, notes, and snippets.

@SaraSoueidan
Created June 8, 2013 02:24
Show Gist options
  • Save SaraSoueidan/5733687 to your computer and use it in GitHub Desktop.
Save SaraSoueidan/5733687 to your computer and use it in GitHub Desktop.
Display Latest Tweet
$.getJSON("http://twitter.com/statuses/user_timeline/username.json?callback=?", function(data) {
$("#twitter").html(data[0].text);
});
//put this anywhere and wrap it in a div called #twitter or anything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment