Skip to content

Instantly share code, notes, and snippets.

@liuxd
Created November 15, 2017 00:59
Show Gist options
  • Save liuxd/6e9540cb889160ad1322dc632ff202e8 to your computer and use it in GitHub Desktop.
Save liuxd/6e9540cb889160ad1322dc632ff202e8 to your computer and use it in GitHub Desktop.
Youtube Embeded Video
<!-- "allowfullscreen" controll whether fullscreen button -->
<iframe id="video_frame" class="embed-responsive-item" src="https://www.youtube.com/embed/jS3HN7Nw-qU" allowfullscreen></iframe>
var youtube_url = 'https://www.youtube.com/watch?v=oZh4QHqdHW4'
video_embed_url = youtube_url.replace('watch?v=', 'embed/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment