YouTube Embed BBcode

D

Dys

Guest
Well, I know this is for the forums really, but yeah.

You're using phpBB3, at least that's what my eyes tell me.

There's a really cool way to implement a YouTube embed bbcode.

To save you the work and time, if you like the idea I can just give you the exact code you need. I'll just copy and paste it over from my forum.

Let me know.
 
Just copy all of this exactly into the appropriate parts.

BBcode usage:

[YouTube]http://www.youtube.com/watch?v={TEXT}[/YouTube]

HTML Replacement:

<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{TEXT}" width="640" height="480">
<param name="movie" value="http://youtube.com/v/{TEXT}" />
<param name="wmode" value="transparent" />
</object>

Help Line:

Paste the full URL of your youtube video in between the "YouTube" code.
 
Back
Top