How can I show off the number of my twitter followers? I could not find ANY decent code. I have found a site that offers the option to add a piece of code and they show of the followers, but it is not in real time. Is there any script to show of twitter followers in real time?
At present up to I had not found the useful code about show off the bumber of Twitter, maybe you can find some code on Twitter API Wiki.
You need to use the Twitter API. If you use this one: http://apiwiki.twitter.com/Twitter-REST-API-Method:-users show The return values in XML contains one that is: <followers_count>1031</followers_count> You can then use this to display the info on you site.