MyTwitter @ Twitter: twitter.com/Elitwee

Current MyTwitter Version: 2.02 (December 13, 2008) — Wordpress 2.7 Compatible!
Download (Zip) (hosted at official Wordpress Plugins site)

About: MyTwitter allows users to display their Twitter status updates (tweets) on their Wordpress site and update their status through the Settings page for MyTwitter. Includes customization options including avatar display, number of tweets to display, formatting options, and stylesheets. It can be called as a widget or a function.

Donate: If you appreciate the MyTwitter for Wordpress plugin, please consider leaving a donation for the author.


Compatibility: MyTwitter 2.01 has been tested to work with Wordpress 2.7. It should work w/ versions 2.3 and higher.

Requirements: The current version of MyTwitter requires PHP 5.2 or higher to be installed on your web server as it uses the json_decode function and Twitter’s JSON API.

Installation: Extract the contents of the archive. Upload the mytwitter folder to your Wordpress plugins folder (e.g. http://example.com/wp-content/plugins/). Set your preferences in the Wordpress Settings panel for “MyTwitter” (including username, password, and formatting options). Set the Cache Life to the length of time for the Twitter feed to be cached before checking for updates.

Be sure to set the cache location to the appropriate location on your server. It defaults to the “cache” folder located in the MyTwitter plugin directory.

Stylesheets: 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. The following is the CSS classes/IDs you can use to style your tweet output (additional notes available in the example.css file).

CSS Classes: mytwitter, mytwitter_tweet, mytwitter_tweet_time, mytwitter_separator
CSS IDs: mytwitter_tweet-1, mytwitter_tweet_time-1, mytwitter_separator-1 — the number increases sequentially for each tweet displayed. If you are displaying 5 tweets, they will be numbered from 1 to 5, (mytwitter_tweet-1, mytwitter_tweet-2, etc.)

To Display Your Tweets:
If you have a widget-enabled theme, you can add it to your sidebar by going to the Wordpress Widgets administration screen, selecting “Widgets” from the menu, and then drag “MyTwitter” to the location you want it displayed on your sidebar. If you’d rather add it into your theme manually, use the code below.

<?php if (function_exists(‘mytwitter’)) { ?>
  <li><? mytwitter();?></li>
<?php } ?>

Comments/Questions/Errors: Please leave a comment if you have errors or suggestions. If commenting about an error, include your versions of MyTwitter, Wordpress, and PHP. (Note: First-time comments are moderated.)

Warranty: This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Newest Version: Download Newest Version
Old Versions: Download MyTwitter 1.6 or view other old versions.