MyBB Requests

[Mybb Request] plugin to embed videos.

Submitted by v4hl, , Thread ID: 130907

Thread Closed

RE: [Mybb Request] plugin to embed videos.

v4hl
Legend
Divine
Level:
14
Reputation:
364
Posts:
6.27K
Likes:
2.19K
Credits:
425
OP
23-05-2019, 03:54 AM
#4
20-05-2019, 05:17 AM
nedkoss Wrote:
MyCode:

Regular Expression:

Code:
\[vid=(.*?)\](.*?)\[/vid\]

Replacement:

Code:
<video width="640" height="480" controls>
<source src="$2" type="video/$1">
Your browser does not support the video tag.
</video>

Example:

Code:
[vid=mp4]YOURPATHTOVIDEO.mp4[/vid]


If this doesnt work, you can use Simple Audio Videos mybb plugin (i dont think support the sites you need, but atleast have a big choice of other sites)
https://community.mybb.com/mods.php?action=view&pid=224

Thank you so much bruv. ^^'
[Image: xRnLbpm.png]
[Image: Tz6Qsg4.png]

Users browsing this thread: 1 Guest(s)