seaofclouds / tweet

put twitter on your website with tweet, an unobtrusive javascript plugin for jquery
http://tweet.seaofclouds.com
MIT License
827 stars 217 forks source link

Deleted tweets show up #1

Closed maartenhunink closed 15 years ago

maartenhunink commented 15 years ago

Since twitter doesn't completely delete tweets (because they still show in search), the deleted tweets also show up through this script.

Is there a way around this?

//edit found another twitter.jquery plugin which doesn't use the search function but seems to get it from http://twitter.com/statuses/user_timeline Here the deleted tweets don't show up. plugin is here http://coda.co.za/blog/2008/10/26/jquery-plugin-for-twitter

seaofclouds commented 15 years ago

you've identified a bug with twitter's search api. i'll consider adding a function to this plugin which allows you to choose search vs user_timeline to skirt this issue.