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
Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <title></title> ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <title></title>
Updated 06-17-2010 at 09:45 PM by molendijk