Page 1 of 1

Embed a YouTube video into message board?

PostPosted: Sun Apr 01, 2007 3:04 pm
by Sonny
Anyone have any suggestions on how to embed a YouTube hosted video into a phpBB message board thread?

PostPosted: Sun Apr 01, 2007 3:25 pm
by bste_lax

PostPosted: Sun Apr 01, 2007 3:32 pm
by OAKS
[youtube]http://www.youtube.com/watch?v=hd2fTcOn7KI[/youtube]

PostPosted: Sun Apr 01, 2007 3:34 pm
by OAKS
YouTube mod is now enabled on the server. To display a YouTube video, just insert the following BBCode into your post

[youtube] YouTube URL (i.e. http://www.youtube.com/watch?v=hd2fTcOn7KI [/youtube]

PostPosted: Sun Apr 01, 2007 4:10 pm
by Sonny
OAKS wrote:YouTube mod is now enabled on the server. To display a YouTube video, just insert the following BBCode into your post

[youtube] YouTube URL (i.e. http://www.youtube.com/watch?v=hd2fTcOn7KI [/youtube]


Rock solid Oaks. Check the SELC Forum.

PostPosted: Sun Apr 01, 2007 4:14 pm
by Sonny
Follow up (related) question. Would you just add the following code to embed the YouTube video into a HTML page?

Code: Select all
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/4E-7uto5ed8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/4E-7uto5ed8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

PostPosted: Sun Apr 01, 2007 4:24 pm
by cjwilhelmi
I was trying to find something else on youtube but came across this.

This guy looks familiar for some reason

[youtube]http://www.youtube.com/watch?v=aa_TItjQAMw&mode=related&search=[/youtube]

PostPosted: Sun Apr 01, 2007 4:52 pm
by OAKS
Sonny wrote:Follow up (related) question. Would you just add the following code to embed the YouTube video into a HTML page?

Code: Select all
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/4E-7uto5ed8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/4E-7uto5ed8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>


Inserting HTML directly into a post is disabled for the message boards for security purposes, so I don't think adding that in will work (it will just show up as the HTML code and not actually parse it and display it). We can enable it if necessary though.

PostPosted: Sun Apr 01, 2007 4:56 pm
by LaxRef
OAKS wrote:[youtube]http://www.youtube.com/watch?v=hd2fTcOn7KI[/youtube]


What the heck was going on there?