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

Allow setting your own Codebird proxy. #107

Closed cjmaio closed 9 years ago

cjmaio commented 9 years ago

It would be a good idea to allow setting a Codebird proxy. Theirs has been pretty unreliable in my experience (for example, while trying to set this up).

pavelk2 commented 9 years ago

Hi @cjmaio! Could you please give little bit more details:

cjmaio commented 9 years ago

Hello!

The proxy I'm referring to is the Codebird proxy, which is used to get around CORS issues with Twitter's API.

See the following URL: https://github.com/jublonet/codebird-js#using-your-own-proxy-server

The reason it's important is that yesterday for a significant time, the proxy they host for Codebird was down, preventing me from testing out Twitter feed compatibility. It wasn't until I switched to using a proxy I hosted that I was able to successfully test it.

It looks like the proxy is back up, but from the issues on their repo it seems it's been having issues lately... https://github.com/jublonet/codebird-js/issues/102