venerdì 23 settembre 2011

LAST TWITTER

<?php
$username='maxxflyer'; // set user name
$format='json'; // set format
$tweet=json_decode(file_get_contents("http://api.twitter.com/1/statuses/user_timeline/{$username}.{$format}")); // get tweets and decode them into a variable

echo "<br><i style='font-size: 14px;'>".substr($tweet[3]->text,0,strpos($tweet[3]->text,"http"))."</i><br><center><img src='http://marcotutino.cartonianimated.com/images/twitter.png'></center>";
?>

Nessun commento:

Posta un commento