phpTwit is a combination of Wordpress php libraries
and the twitter for WordPress Plugin that allows you to
easily drop a twitter feed on a page without requiring a Wordpress install or running into other issues with the twitter api.

The usage (in your .php file) is simply:

require_once('twit.php');
echo twitter_messages(username);


It is a stand-alone php twitter plug-in that allows
you to stream any user's tweets in a feed.

recent tweets

Close