SimpleTwitter

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:David Wood (profile at wordpress.org)
WordPress version required:2.0.5
WordPress version tested:2.0.5
Plugin version:1.1
Added to WordPress repository:29-03-2007
Last updated:29-03-2007
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, %:20
Rated by:1
Plugin URI:http://www.sleepydisco.co.uk/plugins/simpletw...
Total downloads:10 199
Active installs:70+
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(); ?>

There's no formatting. All this returns is the plain text that is 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.

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.