philipbeel / Tweetable

Tweetable - A jQuery plugin for displaying twitter feeds
https://github.com/philipbeel/Tweetable
Other
119 stars 49 forks source link

Load time #30

Closed outhouse closed 10 years ago

outhouse commented 10 years ago

I'm using this plugin on a production site. More often than not I get a timeout and the "Sorry.." message. When tweets do load, its usually after a load time of over 10+ seconds.

philipbeel commented 10 years ago

This is probably due to the getmytweets api endpoint, which Tweetable uses to proxy twitters api. If you don't want to rely on that I would advise setting up your own oauth endpoint and modifying the plugin to use that instead.