Skip to content

Instantly share code, notes, and snippets.

@daiiz
Created December 28, 2014 16:15
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 daiiz/69d362d0274297aa3269 to your computer and use it in GitHub Desktop.
Save daiiz/69d362d0274297aa3269 to your computer and use it in GitHub Desktop.
var script = document.createElement("script");
script.setAttribute("type", "application/javascript");
script.setAttribute("src", /* 動的に生成したAPIのURL */);
document.getElementById("twitterApiScript").appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment