- Reaction score
- 1,259
Source link to "How to Embed GFYCAT".
Using the following code, one can embed GFYCAT gifs in posts:
I'm no web developer, but this seems to work out okay. Would implementing this be possible in Xenforos?
Using the following code, one can embed GFYCAT gifs in posts:
PHP:
<script>
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = 'http://assets.gfycat.com/js/gfyajax-0.517d.js';
s.parentNode.insertBefore(g, s);
}(document, 'script'));
</script>