Skip to content

Instantly share code, notes, and snippets.

@danwarfel
Created December 30, 2015 10:18
Show Gist options
  • Save danwarfel/3af46f20911b84def139 to your computer and use it in GitHub Desktop.
Save danwarfel/3af46f20911b84def139 to your computer and use it in GitHub Desktop.
Play Gify TV
<div id="_giphy_tv"></div>
<script>
var _giphy_tv_tag="glitch";
var g = document.createElement('script'); g.type = 'text/javascript'; g.async = true;
g.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'giphy.com/static/js/widgets/tv.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(g, s);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment