Video Embed Customization

Lately, I’ve been coding up a lot of video players that embed hosted video content.  Bryan Wong has a page with the paramaters that can be added to the URL of the iframe source for a youtube embed to modify the player’s behavior.

For future reference, here’s the url for a player that does not show related content, hides the youtube watermark, autoplays, loops, hides the controls, and allows access to the javascript api.

<iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/V3oJR5IAMxM?rel=0&modestbranding=1&autoplay=1&loop=1&playlist=V3oJR5IAMxM&controls=0&enablejsapi=1” frameborder=”0″ allowfullscreen></iframe>

Leave a comment