View Single Post
  #10 (permalink)  
Old 06-10-2010, 03:14 PM
kimgold2010 kimgold2010 is offline
Super Moderator
 
Join Date: May 2010
Posts: 729
Quote:
Originally Posted by solfunic View Post
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.
Reply With Quote