Skip to content

Instantly share code, notes, and snippets.

@tokudu
Last active October 13, 2015 07:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tokudu/4157693 to your computer and use it in GitHub Desktop.
Save tokudu/4157693 to your computer and use it in GitHub Desktop.
Embeddable Umane player
<script>(function(d, s, id) {
var js, ujs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//umano.me/widgets/player.min.js";
ujs.parentNode.insertBefore(js, ujs);
}(document, 'script', 'umano-jssdk'));</script>
<div class="umano-player" data-canonical="http://pandodaily.com/2012/11/21/umano-wants-to-tell-you-the-news-literally">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment