Hi!
The Timeline List Widgets do not work on Windows 8 with Internet Explorer 10. In the other browsers run fine and in Windows 8 with Internet Explorer 11 run fine too. I do not know why in IE10 don’t run.
I have an example HTML containing Embedded Timeline list widget: http://jsbin.com/juwosinaka/1/edit?html,output .
This example run fine in Firefox, Chrome and IE11 but in IE10 do not work. The site show this image:
The Twitter plugin code in my site is:
<!-- Twitter --> <a class="twitter-timeline" height="350" width="450" href="https://twitter.com/a**" data-widget-id="432*******" data-chrome="nofooter noscrollbar" lang="ES">Tweets por @a**</a> <script type="text/javascript"> !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> <!-- Fin Twitter -->
Anybody can help me??
Thanks!! 