SimpleTwitter Modified

SimpleTwitter displays the most recent twitter post (tweet) for a given user. The tweet
is cached on the webserver for a number of minutes.

Author:Dave Schatz (profile at wordpress.org)
WordPress version required:2.0.5
WordPress version tested:2.7.1
Plugin version:1.3.1
Added to WordPress repository:09-04-2009
Last updated:10-04-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://daveschatz.com/simpletwitter/
Total downloads:1 596
Active installs:10+
plugin download
Click to start download

SimpleTwitter allows WordPress blog owners to add Twitter messages to their templates. Once installed, the plug-in is used by adding the following call in a template.

<?php get_twitter_msg(); ?>

This returns the most recent Twitter post found for the configured Twitter user. The message will be cached for the configured number of minutes. After this time, Twitter is checked for new messages. The displayed message is formatted to create hyperlinks for @usernames, URLs, email addresses, and Twitter #topics.

All configuration is done through wp-admin. No code editing is necessary.

A note about cURL

SimpleTwitter uses the cURL php libraries to make requests to twitter.com. If cURL is not available this will be indicated in the wp-admin interface will, and the get_twitter_msg() function will return nothing. This should degrade gracefully, so you should not experience php errors.