eg for twitter
$.getJSON("http://twitter.com/statuses/user_timeline/username.json?callback=?", function(data){ $("#twitter").html(data[0].text); });