Hi All,
I've added a content editor web part and pasted the code that twitter provide to embed the feed onto the page.
<a class="twitter-timeline" originalhref="#" data-widget-id="">Tweets by username</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.originalsrc="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
Everything is working fine apart from the tweet too feature at the bottom, it's flashing like crazy on IE. On FF and Chrome is work great.
Any ideas how to stop the flashing?
Regards