In July 2010 an enhancement to the YouTube video embed capability became available through a new embed code style. This style uses <iframe> and looks like this: <iframe src="http://www.youtube.com/embed/VIDEO_ID?" frameborder="0"></iframe> After VIDEO_ID? we can add the normal parameters, like this: <iframe src="http://www.youtube.com/embed/VIDEO_ID?start=0&autoplay=1&rel=0&showinfo=0&autohide=0&modestbranding=1&vq=large" ...
<iframe src="http://www.youtube.com/embed/VIDEO_ID?" frameborder="0"></iframe>
<iframe src="http://www.youtube.com/embed/VIDEO_ID?start=0&autoplay=1&rel=0&showinfo=0&autohide=0&modestbranding=1&vq=large"
Updated 10-14-2012 at 06:10 PM by molendijk