11-22-2010, 04:02 PM
OK, I am trying to enable youtbe embedding into my forum. I have the following code but it just makes a white box. Can somebody please help?
Expression
Replacement
Expression
Code:
\[yt\](.*?)\[/yt\]
Replacement
Code:
<object width="470" height="378"><param name="movie" value="http://www.youtube.com/v/$1&hl=de&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/$1&hl=de&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="470" height="378"></embed></object>