Hi, I have used the widget tool to create a “tweets widget”.
I have taken the HTML and copied and pasted directly into my own html but the tweets never load. All that is displayed is the header.
Here is the full HTML, including the widget code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml...>
<head>
</head>
<body>
<a class="twitter-timeline" data-dnt=true href="https://twitter.com/voucher_super" data-widget-id="265014834079342592">Tweets by @voucher_super</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</body>
</html>
All that actually displays on the page is the Tweets by @voucher_super text. None of the tweets filter through.
Any help greatly appreciated.
Thanks
Eric