Quantcast
Channel: get multiple twitter feed with jquery - Stack Overflow
Viewing all articles
Browse latest Browse all 3

get multiple twitter feed with jquery

$
0
0

i am trying to get twitter feed using jQuery json i can get the below code to work, if i don't use a for loop. can anyone guide me how can i get it work to get multiple tweets? while i try to use another url : https://twitter.com/statuses/user_timeline/maxlibin.json?callback=twitterCallback2&count=3 still don't work

jQuery.getJSON("https://twitter.com/statuses/user_timeline/maxlibin.json?callback=?", function(data) {
    for (i = 0; i < 4; i++) {
        jQuery("#main .left").html(data[0].text);
    });​

Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles



Latest Images