Here's what I used above: http://www.youtube.com/watch?v=XCADLj0Y1QE&feature=player_embedded That works (with the embed code at the end). But, like I said, if you have the embed code BEFORE the video ID in the URL, it won't parse. http://www.youtube.com/watch?feature=player_embedded&v=XCADLj0Y1QE
That won't work. I really can't do anything about the inconvenience. Wish I could. Basically, the tag (it adds a media tag, whether you use one or not) is specifically coded to read the video ID first. If there are any extras, it can actually parse that as well (ex. starting a video on load), but all of that has to come after the video ID. It's kind of annoying, but then again, it really doesn't take that long to edit it out of the URL (or just look at the placement).