pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

Twitter Loading in Slowly #313

Closed emmadalby closed 6 years ago

emmadalby commented 6 years ago

Hi there,

I am building a social feed for a client (see attached photo) and I have encountered an issue with the twitter feed loading in considerably slower than the rest of the social feeds. Pinterest, FaceBook and Instagram load in almost instantaneously, however, the Twitter feed sometimes takes almost up to 2 minutes to load in?

Has anyone else had this issue and how do I fix it?

Thanks in advance!

screenshot 1

kierweb commented 6 years ago

I had the same problem - you'll need to use the Codebird-Cors-Proxy https://github.com/jublonet/codebird-cors-proxy

And then add proxy: "/codebird-proxy/" to the twitter variables.

emmadalby commented 6 years ago

Thanks for the quick answer! This worked brilliantly - Thanks :)