Last active
October 13, 2015 07:07
-
-
Save tokudu/4157693 to your computer and use it in GitHub Desktop.
Embeddable Umane player
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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