We all are having the twitter account. If we want to show how much people following you on twitter then just use following code.
Open your sidebar.php file and just copy paste the following code.
First you would need to create a file twitter.php and paste the following code in there:
<?php
//This xml file will return the all user information about from twitter acctount
$xml=file_get_contents(‘http://twitter.com/users/show.xml?screen_name=wordpressapi’);
if (preg_match(‘/followers_count>(.*)</’,$xml,$match)!=0) {
$twitter_follower_count['count'] = $match[1];
// this will show the twitter followers count
echo $twitter_follower_count['count'];
?>
WordPressapi is my twitter username. So you can change it your username.





Nice site,i have bookmarked it for later use, thanks.
Great read. Thanks for the info!
Of course, what a great site and informative posts, I will add backlink – bookmark this site? Regards, Reader
Interesting read, perhaps the best article iv’e browse today. We learn everyday cheers to you!
I REALLY liked your post and blog! It took me a minute bit to find your site…but I bookmarked it. Would you mind if I posted a link back to your post?
This post makes a lot of sense !
Good! Thank you! I always wanted to write in my site something like that. Can I take part of your post to my blog?
Interesting read, perhaps the best article iv’e browse today. We learn everyday cheers to you!
Thanks for posting. Good to see that not everyone is using RSS feeds to build their blogs
I REALLY liked your post and blog! It took me a minute bit to find your site…but I bookmarked it. Would you mind if I posted a link back to your post?
Awesome post. I so good to see someone taking the time to share this information