Twitter Fan Box Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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).