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 autorefresh issue #6

Closed procmail closed 12 years ago

procmail commented 12 years ago

Hi,

When paging mode is 'prev-next', the xx NEW TWEETS button/notification doesn't show up.

But when I change the paging mode to "auto-insert", it's fine.

Here's the code:

    $('#tester').jTweetsAnywhere({
        searchParams: ['q=html5'],
        count: 5,
        showTweetFeed: {
            showProfileImages: true,
            showUserScreenNames: true,
            showUserFullNames: false,
            showActionReply: false,
            showActionRetweet: false,
            showActionFavorite: false,
            showInReplyTo: false,
            paging: {
                mode: 'prev-next'
            },
            autorefresh: {
                mode: 'auto-insert',
                interval: 30
            },
            showTimestamp: {
                refreshInterval: 15
            }
        }
    });
tbillenstein commented 12 years ago

Fixed