>
Download This Plugin | |
Download Elegant Themes | |
Name | Twitter Fan box |
Version | 0.1 |
Author | Marcos Esperon |
Rating | 0 |
Last updated | 2010-12-03 04:46:00 |
Downloads |
4568
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Twitter Fan box plugin added 2 bytes of resources to the Home page and 12 bytes of resources to the sample Post page.
Twitter Fan box plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Twitter Fan box plugin ads no tables to your Wordpress blog database.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).