Page 1 of 1

Embedding Video on Forum

Posted: Mon Jul 13, 2015 12:47 pm
by raymonvdm
I have noticed in the past that embedding videos on the forum is not working. I have found this post which states it should be working

https://www.phpbb.com/customise/db/bbcode/video/

But when i try it is not :cry:

[video=640,480]http://download.blender.org/peach/bigbu ... nd-fix.avi[/video]
[GVideo]http://download.blender.org/peach/bigbu ... nd-fix.avi[/GVideo]

Re: Embedding Video on Forum

Posted: Mon Jul 13, 2015 2:58 pm
by Bwired
i will check it out, need some code change i think
get back

Re: Embedding Video on Forum

Posted: Tue Jul 14, 2015 12:17 pm
by ThinkPad
Recently added support to the Domoticz forum for embedding YouTube. It is quite easy in phpBB:

Go to the ACP, then tab 'Posting', click 'BBcodes' left.

Then add a new one.

BBcode usage:

Code: Select all

[youtube]{IDENTIFIER}://www.youtube.com/watch?v={SIMPLETEXT}[/youtube]
HTML-replacement:

Code: Select all

<iframe width="560" height="315" src="{IDENTIFIER}://www.youtube.com/embed/{SIMPLETEXT}" frameborder="0" allowfullscreen></iframe>
Help line text:

Code: Select all

Use this tag to embed YouTube videos. Place the URL between the YouTube tags. Needs an URL like: https://www.youtube.com/watch?v=ABCD1234
Don't know about other ones, as YouTube is the most used one.

Re: Embedding Video on Forum

Posted: Wed Jul 15, 2015 1:41 am
by Bwired
Thanks
youtube was allready there , but i updated it :)
cant find a generic Avi solution, its not in the link
only for google and vimeo etc.