sonnyt / tweetie

Simple jQuery Twitter feed plugin
https://sonnyt.com/tweetie
312 stars 116 forks source link

Lists not working #71

Closed rjpedrosa closed 8 years ago

rjpedrosa commented 8 years ago

Hi,

Loading lists doesn't seem to be working. Using "/tweetie/api/tweet.php?username=TWITTER_ACCOUNT&list=LIST&count=5&exclude_replies=true"

Any help?

Thanks

StrikerEureka7 commented 8 years ago

I believe the error is at line 16 of api/tweet.php file. The second parameter of the filter_input() function should be 'list' (instead of 'list_slug') . $list_slug = filter_input(INPUT_GET, 'list', FILTER_SANITIZE_SPECIAL_CHARS);

rjpedrosa commented 8 years ago

Yes, it works. I'll do a pull request.

Thanks

sonnyt commented 8 years ago

Pull request merged, thank you @rjpedrosa !