Embedded youtube video on this forum...

Questions or information that don't quite fit anywhere else

Moderator: Neosoft Support

Locked
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Embedded youtube video on this forum...

Post by David de Argentina »

Hi all,

I tryed to embed a youtube video on this forum.
But i didn`t find the way to do this.

Any ideas ?

Thanks in advance,

David de Argentina
User avatar
Gaev
Posts: 3782
Joined: Fri Apr 01, 2005 7:48 am
Location: Toronto, Canada
Contact:

Re: Embedded youtube video on this forum...

Post by Gaev »

Embed code uses the < iframe > element ... the forum software does not have any facility to insert any kind of code (whether simple elements like p, div, span etc. or complex things like iframe.

The embed code would be ...

Code: Select all

<iframe width="560" height="315" src="http://www.youtube.com/embed/ncfKeUJsK4Y" frameborder="0" allowfullscreen></iframe>
However, you could use the url for it e.g. http://youtu.be/ncfKeUJsK4Y
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Re: Embedded youtube video on this forum...

Post by David de Argentina »

Hi Gaev,

I take my time to think an answer... :lol:

Take a look of this:

http://ldds.foroactivo.com/t4942-manzanas-jodidas

you can see at the bottom of the page "phpBB", same forum engine of this...

Perhaps it would be a settings tip only...

Greetings from a cold Buenos Aires,
David de Argentina
User avatar
Abdullah
Posts: 11
Joined: Tue Mar 10, 2009 8:08 pm
Location: Palestine

Re: Embedded youtube video on this forum...

Post by Abdullah »

Hi all,

I don't know very much about phpbb forums.. as I remember, youtube feature not found in the core phpbb forum, but administrators can add some code to create a custom BBCode tag like

Maybe its not very necessary here or there is some security impact of it .. I don't know...

You can see such necessary codes for embedding youtube here:

Code: Select all

https://www.phpbb.com/community/viewtopic.php?f=46&t=546007&start=180#p13127387
Abdullah
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: Embedded youtube video on this forum...

Post by Neosoft Support »

Added "youtube" to the list of tags in the forum editor.

[youtube]0M7ibPk37_U?[/youtube]

Followed instructions on phpBB website, but of course it doesn't work :cry: .

PROBLEM FIXED (see below)...
NeoSoft Support
User avatar
dec
Posts: 1663
Joined: Wed Nov 16, 2005 12:48 am
Location: Spain
Contact:

Re: Embedded youtube video on this forum...

Post by dec »

Hello,

.
Enhance your NeoBook applications!
.
58 plugins, 1131 actions and 233 samples
.
NeoPlugins website: www.neoplugins.com
.
User avatar
dec
Posts: 1663
Joined: Wed Nov 16, 2005 12:48 am
Location: Spain
Contact:

Re: Embedded youtube video on this forum...

Post by dec »

Hello,

Probably you do not use the appropiate video ID.

In a URL like this:

http://www.youtube.com/watch?v=Bo1uygwCnrE

The video ID is: "Bo1uygwCnrE" without the quotes.

As you can see the tag work like expected. Again:

.
Enhance your NeoBook applications!
.
58 plugins, 1131 actions and 233 samples
.
NeoPlugins website: www.neoplugins.com
.
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: Embedded youtube video on this forum...

Post by Neosoft Support »

It does work! Thanks David. I had an extra character in my ID code.

Queue the cat video...

NeoSoft Support
Locked