Skip to main content
Topic: [bbcode] HTML5 Video Audio BBC (Read 4765 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[bbcode] HTML5 Video Audio BBC

Description:
HTML5 video and audio bbcode support for ElkArte

Examples:
Audio
[html5audio]http://your-url.mp3[/html5audio]
[html5audio]http://your-url.ogg[/html5audio]
[html5audio]http://your-url.wav[/html5audio]

Video
[html5video]http://your-url.mp4[/html5video]
[html5video]http://your-url.webm[/html5video]
[html5video]http://your-url.ogg[/html5video]
[html5video]http://your-url.ogv[/html5video]

GitHub | Download



if no effect and your server is apache:
Spoiler (click to show/hide)
Last Edit: January 14, 2017, 02:23:02 pm by inter
Sorry for my English

Re: [bbcode] HTML5 Video Audio BBC

Reply #1

Great Mod, thank you.

French translation in attachment



Re: [bbcode] HTML5 Video Audio BBC

Reply #4

Hello!
Can I subsequently change the position of the images? At the moment they are between IMG and URL , but I want to have them to the right of the two.
Can I change something in the HTML5VideoAudioBBC.integrate.php or is this page just for the installation?
ElkArte version: 1.1.8 / Theme: BeSocial / PHP 8.0

 

Re: [bbcode] HTML5 Video Audio BBC

Reply #5

Quote from: Mrs. Chaos – Hello!
Can I subsequently change the position of the images? At the moment they are between IMG and URL , but I want to have them to the right of the two.
Can I change something in the HTML5VideoAudioBBC.integrate.php or is this page just for the installation?

need change 'image' item on 'link' in file HTML5VideoAudioBBC.integrate.php in code:
Code: [Select]
elk_array_insert($where, 'image'
Sorry for my English

Re: [bbcode] HTML5 Video Audio BBC

Reply #6


Thank you, I have changed it now.
ElkArte version: 1.1.8 / Theme: BeSocial / PHP 8.0

Re: [bbcode] HTML5 Video Audio BBC

Reply #7

is there a way to use this for attachments?

Re: [bbcode] HTML5 Video Audio BBC

Reply #8

no, I think it's better to make a separate addon for attachments
Sorry for my English