Skip to main content
[bbcode] HTML5 Video Audio BBC Started by inter · · Read 11138 times 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.1

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: [Copy]
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.1

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

Re: [bbcode] HTML5 Video Audio BBC

Reply #9

@Spuds

Is there any way to get this updated for 2.0?

Re: [bbcode] HTML5 Video Audio BBC

Reply #10

Quote from: ScottJB – @Spuds

Is there any way to get this updated for 2.0?

Or maybe get this as a core item, if possible?
I have videos uploaded to my server that I'd like to add to posts on my site.

Re: [bbcode] HTML5 Video Audio BBC

Reply #11

That will be available in the gallery version 2.0, just finished adding it this AM.  if its a video or audio file then it will embed the standard html player when you add the media tag to your post.

Re: [bbcode] HTML5 Video Audio BBC

Reply #12

Quote from: Spuds – That will be available in the gallery version 2.0, just finished adding it this AM.  if its a video or audio file then it will embed the standard html player when you add the media tag to your post.

That sounds good, but some videos are stored on my image site where have the URL's for them.
That's why really needed this addon for 2.0, so did not have to make a videos section and re-upload.