Skip to content

Instantly share code, notes, and snippets.

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 33sticks/c8bbb612d432692f11cc5af71368010d to your computer and use it in GitHub Desktop.
Save 33sticks/c8bbb612d432692f11cc5af71368010d to your computer and use it in GitHub Desktop.
/* Loads IFrame Player API Code asynchronously */
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment