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.
Yes. As many as you want. Each can have their own number of Tweets displayed as well.
The default defines '.twitterList' and '.twitterList li'. To overwrite these just be more specific by adding the following to your CSS:
ul.twitterList {}
ul.twitterList li {}
Then add whatever style you want.
Yes. It was programmed with this in mind. Each instance adds a class of the username to the containing ul element.
Add the follwing to your CSS to style each user:
ul.username { }
Then add whatever style you want.
Compatible up to: 2.9.2
Last Updated: 2010-4-10
Downloads: 1,615
Got something to say? Need help?