WP List Tweets will quickly display any number of latests Tweets from any user anywhere on the page using either the template tag or shortcode.
WP List Tweets will quickly display any number of latests Tweets from any user anywhere on the page using either the template tag or shortcode.
Displaying your Tweets:
THE SHORTCODE In Posts/Pages with Shortcode (WordPress 2.5+)
[wp_list_tweets user="martythornley" num="5"]
EXAMPLES OF USE:
All attributes are optional and will default to: *user='martythornley' - shameless self promotion :) *num='3' *id will be a running count of the number of times this plugin has been used on a given page unless you give it a specific value.
Using the Template Tag in your theme:
<?php wp_list_tweets ($username, $number, $id); ?>
All attributes are optional:
EXAMPLES OF USE
<?php wp_list_tweets(); ?><?php wp_list_tweets('yourname'); ?><?php wp_list_tweets('username', '2'); ?><?php wp_list_tweets('username', '2', 'mycustomID'); ?>The funtion returns an unordered list of each tweet wrapped like this
Compatible up to: 2.9.2
Last Updated: 2010-4-10
Downloads: 1,521




