Latest tweets can be displayed on websites by using JavaScript libraries and JSON. However, same can be done without JavaScript or JSON by using php based feed framework to fetch the latest tweet data from your public twitter stream.
- Download the zipped file.
- Open twitter.php in a text editor and change the twitter username.
// twitter username
$twitter_user="techwhiz09";
- Change the setting for the number of latest tweets to be fetched. It can fetch maximum 4 latest tweets from your public stream.
// number of latest tweets to be fetched (1 to 4)
$tweets_num=4;
- Upload the files on the server and point your browser to ‘twitter.php’







