the BBcode I have works perfectly with the complete link (not the numbers after v=), while the code is
Code: Select all
[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]
Code: Select all
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
is ok.
But now, YouTube give a short link, example for the same video :
-http://youtu.be/H7FpquU5tvQ
and the short link does not work with my BBcode.
Do you know which code could work ?
I cannot change the 1st one, because I have too many videos on my forum.
But I think I could add an other one.