私はそれほどプログラミングには興味がありませんが、1つ以上のツイートを表示するためにベースコードを編集しようとしていましたが、うまくいきませんでした。getJson + Twitter
$.getJSON("http://twitter.com/status/user_timeline/user.json?count=3&callback=?",
function(data) {
$("#tweet").html(data[0].text);
});
ありがとうございます!
"programation" hehe – bobber205