TWITTER

setGetfield($getfield) ->buildOauth($url, $requestMethod) ->performRequest(); foreach (json_decode($twitter_response, true) as $tweet){ echo "

"; echo makeClickableLinks($tweet['text']); echo ''.date('n/j/Y', strtotime($tweet['created_at'])).''; echo '

'; } // Suffix - some text you want display after your latest tweet. (Same rules as the prefix.) $suffix = ""; ?>
»