MyBB Community Forums

Full Version: Mycode for Vine
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I haven't yet seen a MyCode to embed Vine video in Mybb so here is mine:

Regex :

\[vine\](.*?)\[/vine\]
Replacement

<iframe class="vine-embed" src="$1/embed/simple" width="480" height="480" frameborder="0"></iframe><script async src="//platform.vine.co/static/scripts/embed.js" charset="utf-8"></script>

I hope it will help you

Cheers
FoW