Skip to content

Instantly share code, notes, and snippets.

@wildeyes
Created July 23, 2018 08:52
Show Gist options
  • Select an option

  • Save wildeyes/16916e1c016d5fb702afb9c518b9fa51 to your computer and use it in GitHub Desktop.

Select an option

Save wildeyes/16916e1c016d5fb702afb9c518b9fa51 to your computer and use it in GitHub Desktop.
var script = document.createElement('script'),
scripts = document.getElementsByTagName('script')[0];
script.src = url;
scripts.parentNode.insertBefore(script, scripts);
// <script src="https://platform.twitter.com/widgets.js" async defer></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment