=== Plugin Name === Contributors: Erundur Anwamehtar Donate link: http://anwanore.com/paypal/ Tags: Twitter, status, post, widget, tweet, sidebar, MyTwitter, SimplePie Requires at least: 2.3 Tested up to: 2.5 Stable tag: 1.6beta MyTwitter allows users to display their recent Twitter updates (tweets) on their blog and update their status through the Options page. == Description == MyTwitter allows users to display their recent Twitter status updates (tweets) on their Wordpress site and update their status through the Options page. Includes customization options including number of recent twitters to display, formatting options, and stylesheets. It can be called as a function or used as a widget. == Installation == Extract the contents of the archive. Upload the mytwitter folder to your Wordpress plugins folder (e.g. http://yoursitename.com/wp-content/plugins/). Set your preferences in the Wordpress Options panel for "MyTwitter" (including username, password, and formatting options). Establish the Cache Life to set the length of time for the Twitter feed to be cached before checking for updates. If it doesn't already exist, create a folder named "cache" in the root directory or your webserver (and give it write permission - chmod to 755) or alternatively edit the CACHELOC value in the plugin to point to a different location (if you do this you may need to reupload the plugin) -- the cache location will be added to the Options panel in a future version. == Frequently Asked Questions == = How do I use this plugin? = Configure the options for your Twitter profile using the MyTwitter panel in the Options pane of Wordpress. = How do I display my Twitter updates? = Call the mytwitter() function from your sidebar template or wherever else you want to include your recent Twitter status updates (tweets). = How do I style my tweets using CSS? = Example CSS code is included in example.css. To incorporate on your site, copy/edit the code to the stylesheet for your current wordpress theme. For most themes, this can be done by going to Presentation -> Theme Editor and then select "Stylesheet" from the theme files list.