Skip to content

Instantly share code, notes, and snippets.

@luckyshot
Last active December 13, 2015 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckyshot/4995633 to your computer and use it in GitHub Desktop.
Save luckyshot/4995633 to your computer and use it in GitHub Desktop.
YouTube - Embed video with autoplay and no controls
<!-- Deprecated -->
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/GUL8B3CPmmc&autoplay=1&controls=0&rel=0&showinfo=0&iv_load_policy=3&theme=light&modestbranding=1" width="601" height="338" id="player" style="visibility: visible;"></object>
<!-- New -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/FV7wx01BGQk?controls=2&modestbranding=1&rel=0&showinfo=0&hl={{ config.lang }}" frameborder="0" allowfullscreen></iframe>
<!--
Documentation: https://developers.google.com/youtube/player_parameters
autoplay=1
controls=0
rel=0
showinfo=0
iv_load_policy=3
theme=light
modestbranding=1
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment