=== Yet another Twitter plugin === Contributors: code418 Donate link: http://code418.co.uk/ Tags: twitter, twitter list Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 0.1 Simple plugin for displaying public twitter messages of a single user or multiple users on a public twitter list. == Description == This is a simple plugin for displaying an easily customisable twitter feed on your Wordpress installation. Adapted from the excellent Twitter for Wordpress plugin [(http://rick.jinlabs.com/code/twitter)](http://rick.jinlabs.com/code/twitter) the main feature addition at the moment is support for a twitter lists to display feeds containing multiple users. == Installation == 1. Upload `yet-another-twitter-plugin` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Usage == Place the following code where desired in your Wordpress Theme **Single Twitter User** `` Where 'username' is the twitter username of the twitter user you wish to display, and 'count' is the number of recent tweets to display. **Twitter List** `` Where 'username' is the twitter username of the owner of the list, 'listid' is the name of the list inself, and 'count' is the number of recent tweets to display. The HTML markup surrounding each tweet can be customised via Settings->YaTp == Changelog == = 0.1 = * Initial Release == Upgrade Notice == = 0.1 = Initial Release