Forum Moderators: coopster
function wp_echoTwitter($username){
include_once(ABSPATH.WPINC.'/rss.php');
$tweet = fetch_rss("http://search.twitter.com/search.atom?q=from:" . $username . "&rpp=1"); ?>
<a href="http://www.twitter.com/sonyonline" target="_blank"><?php echo $tweet->items[0]['atom_content']; ?></a>
<?php } <?php wp_echoTwitter('webmasterworld'); ?>