Skip to content

Instantly share code, notes, and snippets.

@missinglink
Created February 19, 2013 14:35
Show Gist options
  • Save missinglink/4986437 to your computer and use it in GitHub Desktop.
Save missinglink/4986437 to your computer and use it in GitHub Desktop.
Ingredo v1 embed code
(function () {
var tag = document.createElement('script');
tag.type = 'text/javascript';
tag.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'embed.ingredo.com/v1/embed?referer=' + window.location.href;
var body = document.getElementsByTagName('head')[0];
body.appendChild(tag);
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment