Internet Explorer and Youtube Compatibilty Issue Resolved
I had a CSR tell me that they couldn't get to a page on our website. He got a popup stating "Internet Explorer cannot open the internet site ...".
I googled and finally found this fix.
It was only happening on pages that had youtube videos embedded. You need to strip out all of the code except the last set of <embed> tags, which would kill the <object> tags (which IE doesn't like), the <param> tags, and the first set of <embed> tags in the Youtube code.
It works now, it's just a pain in the ass that it stopped working in the first place.
Have fun!
Link
I googled and finally found this fix.
It was only happening on pages that had youtube videos embedded. You need to strip out all of the code except the last set of <embed> tags, which would kill the <object> tags (which IE doesn't like), the <param> tags, and the first set of <embed> tags in the Youtube code.
It works now, it's just a pain in the ass that it stopped working in the first place.
Have fun!


0 Comments:
Post a Comment
<< Home