Here is a jsFiddle code that works fine if no Twitter widget was inserted yet. What it does is slides down and up the content (upon clicking on the link “click here”).
But, once I insert a default code from get a Twitter widget in there (see the html part, that’s the only part that was changed, Twitter code was added), it doesn’t work, it doesn’t slide down.
Why it does not slide down when the Twitter widget added, how to fix it?
Welp, this looks good to me.
I don’t know…I just moved the scripts around, added resources properly, and added an empty div called
<div id="twitterbox">Then in your new TWTR script, I targeted the element that I wanted the twitter feed to load into
then I ran the jsFiddle and it worked fine. Perhaps that’s what you were missing?