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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -