jTweetsAnywhere

Demo

My Favorite Tweets

 
<div id="jTweetsAnywhereSample">
</div>

<script type="text/javascript">
$(document).ready(function() {
    $('#jTweetsAnywhereSample').jTweetsAnywhere({
        username: 'tbillenstein',
        list: 'favorites',
        count: 4,
        showTweetFeed: {
            showUserFullNames: true,
            showSource: true,
            showActionReply: true,
            showActionRetweet: true,
            showActionFavorite: true,
            paging: {
                mode: 'more'
            }
        }
    });
});
</script>

Here's the code to create the tweet feed.

It shows the tweets I favorited on Twitter. You can display anyone's favorites by supplying a username and the list: 'favorites' parameter.

The paging.mode 'more' brings up a 'more' button at the end of the tweet feed. Click on the button to show earlier tweets.

Current Release: V1.3.1