Twitter Fan box

Like the Facebook Fan Box, this plugins provides a widget to show then number of followers (and the profile pictures of some of them) on Twitter. Put

Author:Marcos Esperon (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:2.9.2
Plugin version:0.1
Added to WordPress repository:03-12-2010
Last updated:03-12-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.dolcebita.com/wordpress/twitter-fa...
Total downloads:4 875
Active installs:50+
plugin download
Click to start download

If you have a page in Facebook about your blog and want to show the Facebook Fan Box with the recent updates and fans, just activate this widget or insert this line of code anywhere in your theme:

<?php twitter_fan_box('USER'); ?>

If you want to change updates other parameters like max. number of followers, width, height, lang or css properties, just do this:

<?php twitter_fan_box('USER', 'FOLLOWERS', 'WIDTH', 'HEIGHT', 'LANG', 'CSS'); ?>

Where:

  • USER: Twitter user screen name.

  • FOLLOWERS: The number of followers profile pictures to display in the Fan Box. Specifying 0 hides the list. You cannot display more than 100 fans (Default value is 10 pictures).

  • WIDTH: The width of the Fan Box in pixels (Default value is 300 pixels).

  • HEIGHT: The height of the Fan Box in pixels (Default value is 250 pixels).

  • LANG: Language (en_US/es_ES).

  • CSS: The URL to your own style sheet (Take a look at http://www.dolcebita.com/apps/tfb/style.css to replace the styles).