Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitter not working #331

Open
htrxuan opened this issue May 4, 2018 · 5 comments
Open

Twitter not working #331

htrxuan opened this issue May 4, 2018 · 5 comments

Comments

@htrxuan
Copy link

htrxuan commented May 4, 2018

No description provided.

@kierweb
Copy link

kierweb commented May 4, 2018

Are you using ... https://github.com/jublonet/codebird-cors-proxy ?
I had to use that proxy to make Twitter work again.
e.g. twitter:{ proxy: "/assets/js/codebird-proxy/"

@htrxuan
Copy link
Author

htrxuan commented May 4, 2018

so must change in codebird.js ? Could you give me exactly?

@kierweb
Copy link

kierweb commented May 4, 2018

Download https://github.com/jublonet/codebird-cors-proxy into a directory on your website .... and then in your jquery running socialfeed add proxy: "<path to codebird-cors-proxy-directory" to the twitter bit.
e.g.
$('#socialfeed').socialfeed({
twitter:{
proxy: "/assets/js/codebird-proxy/",
accounts: ['@x'],
limit: 6,
consumer_key: 'x',
consumer_secret: 'x'
},
show_media: true,
length:240
});

@htrxuan
Copy link
Author

htrxuan commented May 4, 2018

thank u! It works now

@kierweb
Copy link

kierweb commented May 4, 2018

Glad to hear :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants