Cant connect with twitter

I am working on a Random-Quote-Machine project for Front-end-certificate. When I try to run locally my react project and I am able to connect with Twitter, but with codepen.io I get this error:random-qoute-machine error

This is my codepenLink

One more question: How can I import the bootstrap variable in codepen.io CSS (sass) file

Hello there,

This looks like the same issue here: Quote Machine Tweet button doesn’t work on CodePen due to Twitter’s API · Issue #40089 · freeCodeCamp/freeCodeCamp (github.com)

This has since been closed, and should no longer be an issue. The advice is:

If you are developing this on CodePen, the restrictions prevent the Twitter link from loading in the window. Add the target="_blank" attribute as a workaround.

Or, add target="_top", if that does not work either.

Hope this helps

Thanks a lot ; target="_top" worked for me

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.