MyBB Community Forums

Full Version: Embed other website's video to mybb threads?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
By default mybb has youtube, daylight motion, etc etc video embed option added in the post editor but the website I want to embed videos from isn't listed here. I am trying to embed videos from https://odysee.com and I am very confuse on how to do it"? Any help might solve my problem. I am also trying to find it all over the internet but I am unable to find, 

Exclamation Exclamation Exclamation Please help me out asap, really stock and I want to post some videos on my thread.
If you click Share and then the <> button, you'll be give some embed code. You can then create a MyCode at ACP > Configuration > MyCode with a replacement for the URL. Something like:

Regular Expression:

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

Replacement:

<iframe id="odysee-iframe" width="560" height="315" src="https://odysee.com/\$/embed/$1" frameborder="0" allowfullscreen></iframe>

Then if the video URL was:

https://odysee.com/@AlphaNerd:8/qubes-os-first-impressions:f

the MyCode usage would be:

[odysee]@AlphaNerd:8/qubes-os-first-impressions:f[/odysee]
Thankyou very much. Worked like a charm!