IE Internet Explorer Error & Youtube Compatibility Issue Fixed – “Operation Aborted” WordPress 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.

69 thoughts on “IE Internet Explorer Error & Youtube Compatibility Issue Fixed – “Operation Aborted” WordPress Drupal

  1. This is one of the biggest frustrations about WP and YouTube (in fact most embedding media). You do get plugins, but you need multiple plugins to handle the various items, and none of them really nail the problem. Human intervention is still probably the best option, especially with service like you got here! I wish people answered my emails as quickly

  2. You’re a life saver! I’ve been having compatibility issues with Youtube videos in general since moving to WordPress a couple of weeks ago. I couldn’t get them to preview in any browser. I just stripped the code as indicated in your article and VOILA…they work! Thanks so much!

  3. Pingback: Why I Strongly Dislike IE | Eastwood Zhao dot COM

  4. Pingback: Fuzzy Thoughts » Blog Archive » More reasons to hate Internet Explorer...Random Refusal

  5. Thanks a million!!! I love you!

    I spent hours trying to solve this irritating problem in Drupal embedded Video CCK field for Youtube. Upon loosing hope I tried to google it for the 100 time and stumbled upon this post this time.

  6. Pingback: Internet Explorer compatibility issue with YouTube - the solution

  7. Thank you very much. I worked for me too. I didn’t why my web site worked fine with everything but Explorer and then I noticed the only pages it didn’t work with were the youtube embeds. I think Youtube should change the embed code so this can be avoided. I didn’t want to have to install programs to make it work.

    You saved me so much time! thanks! this is an example of the when the internet works – people helping each other.
    pamela

  8. Ahh..that’s the trick that will solve it! Thank you for the heads up and solution as I would have spent countless time on my WP blog trying to figure it out.

  9. Pingback: Internet Explorer compatibility issue with YouTube - the solution | Slimming Now

  10. I use Firefox as my browser, and I try to make sure all of my code at least functions in Firefox. However, you absolutely cannot ignore IE. EVERYONE running Windows at least has IE on their PC, and most of them use it exclusively. But I simply hate it! Firefox is way better!

  11. Pingback: Insert YouTube Videos in Wordpress

  12. I still can’t get youtube videos to work on my yahoo 360. Thanks to you, the videos show up and actually play in the compose box, but when I preview them, tey won’t show up at all. I used to post videos like this without any complications at all, but that was in September 08. Now it just won’t work.

  13. Forgot to answer part of your question to Davion. I get no error message. In the compose box, there is a black square where the video should be. It has no play button in the middle. In “preview” or “Posted” there is nothing but blank space.

  14. Thank you for your efforts, Eastwood. When I visited the link, it said that Yahoo Answers was taking a coffee break. Who knew? haha I will keep checking back until they are available.

  15. Here’s what I found at http://www.jeroenwijering.com/?item=Embedding_Flash.

    “There seems to be a lot of confusion about the code needed to properly embed Flash objects within a website: it’s the most frequently asked question at this site’s forum. The rise of social networking sites like Myspace (who filter lots of codes) and the “Eolas patent enforcement” have thrown quite some confusion into the mix. In this tutorial, I’ll shortly align the best options to embed Flash.”

    Visit this site for a detailed discussion on the solutions available. Apparently, there was a legal matter between Microsoft and Adobe, I guess, called the Eolas Patent Enforcement, which prevents IE from embedding Flash videos, as it used to do.

    Work arounds have been devised by others.

  16. Thanks a ton for the simple fix. Can’t believe I missed it earlier ;( saved me thinking i was gonna have to dig deep into the CMS files looking for screwy scripts.

  17. Pingback: YouTube issues with WP 2.7 - KAN MAN DET - Not the center of the universe, but still…

  18. Thanks for a great post. I spent days trying to find a solution for this issue. Yours worked the first time. But I didn’t use it for Youtube or other videos, my issue was with Amazon Associates Deals Widget. I cut out the appropriate code from Amazon and used your structure, it works!

  19. Pingback: Internet Explorer und Youtube/Wordpress Fehler | ashility.de

  20. Everybody else is happy, except by me it won’t work. What’s wrong with this code (without completed brackets):

    embed src=”http://www.youtube.com/v/JlOFBqDVfhE&hl=de&fs=1″ type=”application/x-shockwave-flash” wmode=”transparent” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”344″>

    I also tried with object-tag and both together but my IE6 just won’t show the video. Firefox has no problems with them.
    Thanx for help!

    • Hmm… not sure what the problem is. Is it still giving you the “operation aborted” error?

      Try removing the “allowscriptaccess” and “allowfullscreen” sections. Good luck!

    • From Firefox, I see 3 embedded videos on your page. The first and second are contained in “youtube [begin] / [end]” html comments. Both of them are using the “object” tag — this is not recommended. Try viewing your source and editing out the excess code.

      • Sorry for late answer, I was on a holiday!
        I had the same video three times with different ways on the page to test them, and neither of them worked. I deleted the “objects”, however even the embed-version doesn’t show it in IE. Am I really so stupid or what’s wrong with the code?

  21. Thanks. This saved my day.

    No matter whether w3c already depricated the tag and promotes tag instead, WP, Youtube and IE make a wonderful combination. ;)
    Its IE, it doesn’t have to comply with the web standards .. haha ;)

  22. Pingback: Wordpress, Youtube, and IE | Thinking things

  23. Pingback: Internet Explorer, Operación Anulada, Wordpress. « Impulsos.net - Blog

  24. this is bloody brilliant! Dreamweaver also generates lot of useless script code as an additional string to your YouTube embedded code. Do away with all the extra rubbish and it works fine in IE

  25. my website uses embed code of youtube I simply use embed tag for that but it runs multiple copies at the same time , as one stopped but the other hidden give the videos voice.
    Please help to fix that Problem.

  26. YouTube does not include the flash ClassID for the active X component. You need this:

    classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″

    Example
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ….

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>