This plugin allows you to showcase Twitter users. Useful for example when creating lists of users for “FollowFriday” in a post or page. The profiles can be formatted with templates that may include information like user’s bio, profile picture, etc.
You can currently choose from up to 10 templates or you can create your own template to totally match your theme.
Read more on the plugin’s page on wordpress.org!
You can contact the author about bugs, suggestions and comments by posting here.
Author: Tanin
Tanin in an information technology consultant specializing in complex heterogeneous environments. He can be reached through multiple social networking sites including Twitter.




















































Works great, thank you
How do I use this in a widget?
For text widgets add the following code to your template’s functions.php
add_filter("widget_text", "do_shortcode");See this site for detailed instructions:
http://englishmike.net/2008/07/07/wordpress-quick-tips-3adding-a-shortcode-to-a-sidebar-widget/
You could also download the Sidebar Shortcodes plugin:
http://wordpress.org/extend/plugins/sidebar-shortcodes/
Thanks! Now how can I get the clicked links from the shortcode to be target=_blank?
Nancy, all of the links generated by the plugin has the rel=”external” attribute. All you need to do is use a bit of javascript to craft it to open in a new window. (target=_blank isn’t xhtml compliant).
See this thread on how to implement it.
http://wordpress.org/support/topic/267704?replies=6
Is it possible for the free blogs to support this kind of widget? Or can that not be done?
It depends of your blog provider allows plugins or not. You can also download the Wordpress blogging system and host it on your own server.