Skip to content

Instantly share code, notes, and snippets.

@moomou
Last active September 4, 2015 06:15
Show Gist options
  • Save moomou/10594251 to your computer and use it in GitHub Desktop.
Save moomou/10594251 to your computer and use it in GitHub Desktop.
Test ekho on any page.
var script= document.createElement('script');
script.type= 'text/javascript';
script.src= 'https://ekhoapp.herokuapp.com/embed/bootstrap.js';
document.head.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment