gist-Blogger icon indicating copy to clipboard operation
gist-Blogger copied to clipboard

Gists not displaying in Internet Explorer (IE10)

Open iskernel opened this issue 12 years ago • 2 comments

I can't manage to get the gists loading on my blog when I use Internet Explorer (IE 10). Also I've tried viewing posts containings gists from other blogs with IE and encountered the same problem.

iskernel avatar Jun 11 '13 05:06 iskernel

I have the same problem.

To reduce the impact of this issue, and to deal with any other gist-blogger failures, I make a link to the blogger, like this:

<div class="gistLoad" data-id="9867358" id="gist-9867358">Loading <a HREF="https://gist.github.com/JayBazuzi/9867358">Gist 9867358</A></div>

JayBazuzi avatar Mar 30 '14 04:03 JayBazuzi

I know very little about web programming, but I added window.alert() in my page's HTML, in gistLoader, and gistBlogger. In Chrome, they all appeared as I expected. In IE, the ones in gistLoader/gistBlogger did not appear.

From that the <script src=""> I added to my page is completely ignored by IE.

JayBazuzi avatar Mar 30 '14 05:03 JayBazuzi