I’ve seen a few different threads about embedded timelines returning only a link rather than the timeline, which is the problem I am having. I have tried everything people have suggested, but I can’t seem to fix the problem. I created the widget via Twitter and input the code into an HTML box on my blogs sidebar. The widget looks perfect in the Widgets Configurator on the Twitter site, but only returns a link on my website that says “Tweets from https://twitter.com/ps4d/lists/ps4d”.
My website is www.pointshavingfordummies.com (the widget isn’t on the front page, but should be on all other pages).
Here is the code I installed:
<a class="twitter-timeline" href="https://twitter.com/ps4d/lists/ps4d" data-widget-id="701273541610614785">Tweets from https://twitter.com/ps4d/lists/ps4d</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
What am I doing wrong?