Howdy! We used the button generator code to create follow and share buttons within some modal dialogs. With no change to the code on our end, the buttons are now hidden in IE. For the follow button, it appears the iframe is generated with the style attribute containing “visibility: hidden”. The share button has that as well but also has a width of 0 on the button div element within the iframe content. This is happening only in IE and only in the last couple days.
Sample code:
<a href="https://twitter.com/1065wyrk" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true">Follow @1065wyrk</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>
My initial thought is that the modal being hidden when the button is added is a factor but since this works in all other browsers and has only started having problems in IE recently, I am not entirely sure. Tested in IE 11. Any ideas?
UPDATE: Firefix is also affected