Skip to content

Instantly share code, notes, and snippets.

@arielcr
Created July 17, 2013 17:48
Show Gist options
  • Save arielcr/6022784 to your computer and use it in GitHub Desktop.
Save arielcr/6022784 to your computer and use it in GitHub Desktop.
Embed script using javascript
<!-- Embed -->
<div id="my-embed-content"></div>
<script>(function(d, s, id) {
var my_account = 123;
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//the.location.of/my/embed.js#acc="+my_account+"&w=900&h=700";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'my-embed'));</script>
<!-- /Embed -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment