IE Internet Explorer Error & Youtube Compatibility Issue Fixed – WordPress + Binary Blue Theme “Operation Aborted” Drupal

Problem

I used to use the Binary Blue theme with WordPress, and noticed that IE would output “Internet Explorer cannot open the Internet site” whenever I embed a Youtube video onto my blog.

I’ve tried numerous plugins and all of them have resulted identically when opened with IE…

Solution

You need to take the Youtube code and remove EVERYTHING except the very last set of embed tags:

Instead of…

<object width=”425″ height=”355″><param name=”movie” value=”http://www.youtube.com/v/qPE2fHs5-_I”></param><param name=”wmode” value=”transparent”></param><embed src=”http://www.youtube.com/v/qPE2fHs5-_I” type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”355″></embed></object>

You have…

<embed src=”http://www.youtube.com/v/qPE2fHs5-_I” type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”355″></embed>

Problem solved :D Use <div></div> tags to centre and you’re good to go.

Related posts:

55 Responses to “IE Internet Explorer Error & Youtube Compatibility Issue Fixed – WordPress + Binary Blue Theme “Operation Aborted” Drupal”


Leave a Reply