Page 1 of 1

NB in japan drift..... beginer level but nice car

Posted: Thu Sep 01, 2011 5:33 pm
by wazman
[youtube]<iframe width="560" height="345" src="http://www.youtube.com/embed/y5Zkz4cQKvQ" frameborder="0" allowfullscreen></iframe>[/youtube]

i dont know why i cant make the you tube thing appear......i just cut and past the embeded thing into the youtube button at the top of the control panel on new post yeah ?????

failing with technology again.....

Re: NB in japan drift..... beginer level but nice car

Posted: Thu Sep 01, 2011 5:39 pm
by slug_dub
Here ya go Wazman.. don't worry it confusels me too. :)


Re: NB in japan drift..... beginer level but nice car

Posted: Thu Sep 01, 2011 5:40 pm
by wazman
mannnn....... how you do that ??

[youtube]<iframe width="420" height="345" src="http://www.youtube.com/embed/T55t_vitBh0" frameborder="0" allowfullscreen></iframe>[/youtube]

Re: NB in japan drift..... beginer level but nice car

Posted: Thu Sep 01, 2011 5:57 pm
by slug_dub
The correct tagging is [ youtube]http://www.youtube.com/watch?v=T55t_vitBh0[ /youtube].

I actually had to quote someone elses video when I posted before to find that out... don't know why I didn't think of that last time I posted a vid :mrgreen:



Nice videos waz.

edit: just had to fix again... full url from youtube website not embed url.

Re: NB in japan drift..... beginer level but nice car

Posted: Thu Sep 01, 2011 9:08 pm
by wazman
[youtube]http://www.youtube.com/watch?v=2YOFL0htdaU&NR=1[/youtube]

Re: NB in japan drift..... beginer level but nice car

Posted: Thu Sep 01, 2011 9:16 pm
by PaulF
Close, but no cigar. You need to exclude the ampersand and everything after that, i.e.

Code: Select all

[youtube]http://www.youtube.com/watch?v=2YOFL0htdaU[/youtube]

Re: NB in japan drift..... beginer level but nice car

Posted: Thu Sep 01, 2011 9:19 pm
by slug_dub


Ok now that one needs the [youtu] code, but I have no idea why there's two codes.
(also needed the =1 removed from the url)

Re: NB in japan drift..... beginer level but nice car

Posted: Thu Sep 01, 2011 9:29 pm
by PaulF
Okay, to post an embedded YouTube url there are two options.

1. You can take the FIRST part of the URL, copied and pasted from the address bar of your browser. For instance,
http://www.youtube.com/watch?v=T55t_vitBh0

DO NOT include any ampersands ("&" symbols) or anything that comes after them, e.g. "&feature=player_embedded", "&feature=related" etc.

Take this first part of the URL and put it in the [youtube][/youtube] tags, like this:

Code: Select all

[youtube]http://www.youtube.com/watch?v=T55t_vitBh0[/youtube]



OR

2. You can take the youtu.be URL from below the video, e.g.
http://youtu.be/T55t_vitBh0

(You can get this by clicking "share" below the video). Then put it inside the [youtu][/youtu] tags, like this:

Code: Select all

[youtu]http://youtu.be/T55t_vitBh0[/youtu]


And you should get your video.

Re: NB in japan drift..... beginer level but nice car

Posted: Thu Sep 01, 2011 9:33 pm
by slug_dub
Thanks Paul. :)