MyBB Community Forums

Full Version: Add Tenor Gif to your post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Add Tenor Gif to your post 


https://tenor.com/


Regular Expression

\[GIF\](.*?)\[/GIF\]


Replacement

<div class="tenor-gif-embed" data-postid="$1" data-share-method="host" data-aspect-ratio="1" data-width="30%"><a </a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>

In the tenor.com gif link copy the code at the end of the link
https://tenor.com/view/gary-numan-gif-20211507

[GIF]20211507[/GIF]

Toungue
Thanks, would it work for Giphy too? And what JS file I need to use?