Skip to content

Instantly share code, notes, and snippets.

@evandroeisinger
Last active December 14, 2016 17:02
Show Gist options
  • Save evandroeisinger/c85ec86a05d09e309295fb94238bc81d to your computer and use it in GitHub Desktop.
Save evandroeisinger/c85ec86a05d09e309295fb94238bc81d to your computer and use it in GitHub Desktop.
add script tag
(function (document) {
var ampTwitterScript = document.createElement('script');
ampTwitterScript.src = 'https://cdn.ampproject.org/v0/amp-twitter-0.1.js';
ampTwitterScript.setAttribute('async', true);
document.getElementsByTagName('head')[0].appendChild(ampTwitterScript);
})(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment