jquery - twitter callback for follower count -
$(function() { // number of twitter followers twitter.com twitterusername = 'hputtick'; $.getjson('http://twitter.com/users/'+twitterusername+'.json?callback=?', function(data) { $('.twitflw').append('' + data.followers_count + 'followers'); }); })
how can code left
$('.twitflw').append(post)
at moment follow count isn't showing @ on ipad or nexus.
Comments
Post a Comment