I have links from youTube like: http://www.youtube.com/sothebysrealty?x=us_showcase__
and
and using the generated embed iframe code from the youtube site, it doesn't work. How can I use these urls instead of the normal youTube ID? Or is there another way to get an id from YouTube... I've looked at both "share" links and both of them have full urls like the above that don't contain the typical youTube id.
The snippet that works with regular ids:
<iframe id="ytplayer" type="text/html" width="640" height="360"
src="https://www.youtube.com/embed/sjhO9gLO1Sk"
frameborder="0" allowfullscreen />
but using the above links do not.
Thanks-