loadTimeline("phpsnips")->getTweets(); foreach($feed as $time => $message){ echo "<div class='tweet'>".$twitter->formatTweet($message)."<br />At: ".$time."</div>"; }