Random Quote Generator Twitter Button

I’m stumped. For the Random Quote Generator challenge, I have no idea how to get the twitter share button to work properly. Alas, it works in Treehouse, but not Codepen. I’ve tried all sorts of things. I’ve looked at others’ Codepens and tried their solutions. Any help is very, very much appreciated!

Looking in the browser console, I see that you haven’t included JQuery in Codepen. Go to Settings/JavaScript/Quickadd.

You’re also getting a console error for your line:

<link rel="stylesheet" href="style.css">

You either need to provide a path or remove it.

1 Like

That was it. I had no idea about settings > JS > Quickadd. Thanks a bunch!