/ Published in: jQuery
Expand |
Embed | Plain Text
$.getJSON("http://twitter.com/statuses/user_timeline/username.json?callback=?", function(data){ $("#twitter").html(data[0].text); });
You need to login to post a comment.
$.getJSON("http://twitter.com/statuses/user_timeline/username.json?callback=?", function(data){ $("#twitter").html(data[0].text); });
You need to login to post a comment.