Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created July 13, 2013 23:34
Show Gist options
  • Save pbrewczynski/5992598 to your computer and use it in GitHub Desktop.
Save pbrewczynski/5992598 to your computer and use it in GitHub Desktop.
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