gTweetFeed is a simple jQuery plugin to display a list of twitter feed on your page.
[Demo Pack] [Minimized] [Uncompressed]
prefix: 'gtweetfeed-', // CSS id prefix used to build the elements
controls: false, // button to alter the number of tweets displayed
more_title: 'Show more tweet', // title attribute for the more button
less_title: 'Show less tweet', // title attribute for the less button
username: '', // the username of the profile to grab the tweets of
effect: 'fade', // transition effect used to add/remove/generate the tweets list (fade|slide|false)
duration: 500, // duration in milliseconds used for effect if any used
header: false, // enable or disable the displaying of a header in the interface
header_tpl: '{username}\'s Tweets', // header used to build the template string ({username} only}
maximum: 15, // the number maximum of tweets allowed to be displayed
minimum: 1, // the minimum of tweets allowed
number: 5, // the number of tweet to display at startup
src_tpl: 'http://twitter.com/statuses/user_timeline/{username}.json', // template used to generate the data source URL
li_tpl: '<span>{msg}</span><a href="http://twitter.com/{username}/statuses/{id}">{time}</a>' // template used to generate the <li>