X
X
Xenkok2012-06-08 09:08:39
Internet Explorer
Xenkok, 2012-06-08 09:08:39

How to avoid warning in IE9 when pasting Google Plus code?

Good afternoon.

I paste the snippet using the Google Plus script:

<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#async=1"></script><br>

But in the console I get this warning:
HTML1115: X-UA-Compatible META tag ('IE=9, IE=8, chrome=1') ignored because document mode is already finalized.<br/>

When I remove the Google Plus display line, the warning disappears:
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a><br>

Browser: IE9, Document mode: IE9.
According to the given link , they say that the tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /><br>

if present, it should be inserted immediately after the head tag. But I don't include this tag. I can assume that Google Plus inserts it in its iframe, but I can’t find it in the code.

Who faced and knows how to overcome this trouble?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evengard, 2012-06-08
@Evengard

To be honest, I'm afraid that the only thing you can try here is to insert this meta tag yourself.
/>
It seems to be like this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question