=== Twitter Blaster === Contributors: davidspan Donate link: Tags: twitter, post Requires at least: 2.5 Tested up to: 2.5.1 Stable tag: 0.5 Twitter Blaster is a plugin that will allow your visitors to post to your Twitter account. == Description == Once installed your users can update your Twitter. Twitter Blaster will post the users submission as a pending post. Thrn you can approve them as a twitter update and/or a post. You can also delete any spam post. == Installation == 1. Upload `Twitter_Blaster_Pro.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Entire your Twitter username and password to the plugin option page. 4. Add this code <?php TB_Twitt4me(); ?> to the theme where you would like it your user to twitt from. The best place to put it would be in your theme's index.php file right above <?php if (have_posts()) : ?>