HI all,
hoping someone out there can help - can not get embedded timeline to work in I.E 10, the code works fine in firefox but refuses to work in i.e all I get is tweets by… code I am using is as follows in my widget:
<a class="twitter-timeline" href="https://twitter.com/ blahblah" data-widget-id="586088407333474304">Tweets by blahblah</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>
any help would be great.
thank you.
This is likely to be that your browser is running in IE 8 document compatibility mode. See this thread for more information Timeline Twitterfeed empty IE 8, 9 and 10 - #9 by benward
thank you very much for your help 
Just as a heads up for anyone trying to get this to work in sharepoint 2010 - I found that you need to goto the masters page you are using and change the standard to ie 10 so from:
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
to
<meta http-equiv="X-UA-Compatible" content="IE=10"/>
thanks for heads up @andypiper and hope this helps others.
1 Like