tbillenstein / jTweetsAnywhere

jTweetsAnywhere is a jQuery Twitter Widget that simplifies the integration of Twitter services into your site
http://thomasbillenstein.com/jTweetsAnywhere/
MIT License
51 stars 18 forks source link

jTweetsAnywhere

jQuery Twitter Widget with @Anywhere support

jTweetsAnywhere is a jQuery Twitter Widget that simplifies the integration of Twitter services into your site. With just a few lines of Javascript you can

Sample

$('#tweets').jTweetsAnywhere({
    username: 'tbillenstein',
    count: 5
});

$('#ticker').jTweetsAnywhere({
    searchParams: 'q=nfl',
    count: 10,
    showTweetFeed: {
        autorefresh: {
            mode: 'trigger-insert',
            interval: 60
        },
        paging: {
            mode: 'more'
        },
        showTimestamp: {
            refreshInterval: 15
        }
    }
});

Features

 

 

 

 

Support

In case of questions, suggestions or problems you may have using jTweetsAnywhere, you can contact me.