MyBB Community Forums

Full Version: How to embed videos from sites like pornhub and youporn into the forum posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[video=pornhub] [/video] doesn't work.

Can it be enabled using mycode ? There is an option to add custom MyCode but I dont know about Regular expressions and what to add in those fields
Regular Expression and  Replacement.
You can try something that resembles the following (you will need to edit for your situation):

Quote:Admin - MyCode - add new MyCode

Regular Expression:
\[webm\](.+?)\[/webm\]

Replacement:
<video width="560" height="320" controls="controls" preload="none"><source src="$1" type="video/webm"></video>

Then in post
[webm]http://video.webmfiles.org/big-buck-bunny_trailer.webm[/webm]


Source
Looks nice idea and i tried it

Then in post
[webm]-----the link -----[/webm]

but i had an empty result