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

[BUG] searchParams parameter provoking username and full names to be 'undefined' #29

Closed stoyicker closed 11 years ago

stoyicker commented 11 years ago

Not much more to say.

$('#tweetFeed').jTweetsAnywhere({
searchParams: 'q=gogobluepigs',
    count: 5,
    showTweetFeed: {
        showProfileImages: true,
        showUserScreenNames: true,
        showUserFullNames: true,
        autorefresh:
        {
            mode: "auto-insert",
            interval: 300,
            duration: -1
        }
    }
});

Give it a try. You'll get a couple of tweets, and the user should be me, JMangarinos, but it isn't.