PDA

View Full Version : Tags Wrapping - YouTube


Maxman1544
12-10-2006, 02:45 AM
I added the code to embed youtube videos:

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{param}"></param><embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>

Also added the youtube button. It works if you click the youtube button first and then add the v #. The problem is that if you put in the v# 1st and then click the button it comes out like this:


0dfd2_r36


Not the end of the world. But you have to make sure it is all on one line to get it to work. Anyone know how to have the tags appear on one line by default?

Thanks.