WP My Twitter Plugin
The WP My Twitter Plugin syndicates your Twitter tweets to your Wordpress powered blog. The plugin works in templates, with shortcode, or as a Widget.
Installation:
- Download the zip file and extract the twitter.php file.
- Upload twitter.php to your Wordpress plugins folder.
- Login to the Wordpress admin area and activate the plugin.
- Browse to Wordpress Settings and then the WP My Twitter tab. Enter your Twitter username and password and click update
Displaying your Tweets:
As a Sidebar Widget (Requires Wordpress 2.3+ and a Widget-ready Theme)
- Login to the Wordpress admin area and browse to the Appearance Tab
- Browse to the Widgets Tab and Enable WP My Twitter
In Posts/Pages with Shortcode (Wordpress 2.5+)
- When writing or editing a page or post, insert the code [WPMyTwitter] to display your recent tweets.
- Optionally specifiy the number of tweets you want to display. Defaults to 5.
- Ex: [WPMyTwitter Count="10"]
In Your Theme:
- Insert the following code where you want your Twitter feed to appear in your blog template:
<?php WPTwitter_GetTweets(); ?> - Optionally pass a Count to set the max number of tweets to display. Defaults to 5.
- Ex: <?php WPTwitter_GetTweets(10); ?>
Requirements:
- Wordpress 2.x+
- PHP 5+
- PHP CURL support (to connect to Twitter)
- A Twitter Account
