I’ve looked high and low for simple twitter widget that shows how many followers the specified account has and it’s first 5 tweets but I can’t find/get any of them working. Do you guys have any ideas? I tried this one http://www.themelab.com/2010/05/18/custom-twitter-widget-tutorial/
but i can’t get it to work.
I’ve looked high and low for simple twitter widget that shows how many followers
Share
Hello you can make use of
https://api.twitter.com/1/statuses/user_timeline.jsonto fetch user timeline andhttp://api.twitter.com/1/users/show.jsonto get information about the particular username. Here is a sample twitter widget which i developed hope it will help you.