MyBB Requests

[Mybb Request] plugin to embed videos.

Submitted by v4hl, , Thread ID: 130907

Thread Closed
v4hl
Legend
Divine
Level:
14
Reputation:
364
Posts:
6.27K
Likes:
2.19K
Credits:
425
19-05-2019, 03:04 AM
#1
Hello guys, so i'm looking for a plugin so i can share ok.ru/ openload/ videos on my forum.
i tried few old plugins which they didn't work. i tried to add that manually but it was a bit hard so, is there someone can help me?

post below or just send me a pm. Smile
thank you in advance.
[Image: xRnLbpm.png]
[Image: Tz6Qsg4.png]

RE: [Mybb Request] plugin to embed videos.

v4hl
Legend
Divine
Level:
14
Reputation:
364
Posts:
6.27K
Likes:
2.19K
Credits:
425
OP
20-05-2019, 03:53 AM
#2
can't anyone help me with this issue? bumping this thread.
[Image: xRnLbpm.png]
[Image: Tz6Qsg4.png]

RE: [Mybb Request] plugin to embed videos.

CyberLeaks
contributor
Supreme
Level:
37
Reputation:
32
Posts:
1.5K
Likes:
394
Credits:
5.6K
20-05-2019, 05:17 AM
This post was last modified: 20-05-2019, 05:26 AM by CyberLeaks
#3
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
[Image: mAqDXwz.png]
1

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)