Created
December 30, 2015 10:18
-
-
Save danwarfel/3af46f20911b84def139 to your computer and use it in GitHub Desktop.
Play Gify TV
This file contains hidden or 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
<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