PDA

View Full Version : BB Code Enhancements - WebM BB Code


Firyou
10-15-2014, 10:00 PM
This is becoming a popular file across the internet nowadays, specifically on 4chan. These files, .webm, are similar to gifs in that they are moving images (small videos in this case). Installation of this bb code is pretty simple:

AdminCP > BB Code Manager > Add New BB Code

Title: WebM Embedder
BB Code Tag Name: webm
Replacement:

<video width="320" height="240" controls>
<source src="{param}" type="video/mp4">
<source src="{param}" type="video/ogg">
<source src="{param}" type="video/webm">
<object data="{param}" width="320" height="240">
<embed src="{param}" width="320" height="240">
</object>
</video>

Example: http://video.webmfiles.org/big-buck-bunny_trailer.webm
Description: Embed WebM's onto forum
Use {option}: No
Remove Tag If Empty: No
Disable BB Code Within This BB Code: No
Disable Smilies Within This BB Code: No
Disable Word Wrapping Within This BB Code: No
Disable Automatic Link Parsing Within This BB Code: No

You can always change the video width and height to your liking in the code :)

rollingzone
10-28-2014, 05:58 PM
Anyway to get the same thing but for gfycat files?

Pepperpeanut
05-13-2015, 08:58 PM
Any suggestions on this?

I'm getting the file to load in the "test your bb code" section, but it just loads a blank player when put in a thread. HALP!

edit: nevermind. I had to turn off the link parsing. It kept insterting the [ url ] tags inside the [ webm ] tags which broke it. Thank you!

tharbin
07-23-2015, 02:36 PM
strange, this works on the "Test your BB Code" just not on my site, even with every plugin disabled and default theme.

friendlymela
10-06-2015, 08:03 AM
any screenshot?