Quote:
Originally Posted by solfunic
Help please how can i remove this link? its always show when i put youtube in my forum... thanks
|
You please use this new code:
BBcode usage:
Code:
[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]
HTML replacement:
Code:
<object width="480" height="385">
<param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&hl=en_US&fs=1&"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/{IDENTIFIER}&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed>
</object>
Hope this helps.