Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [Andy] Custom tag - too advanced?

Quote Reply
Re: [Andy] Custom tag - too advanced? In reply to
I have this in my test copy:

Tag: youtube()

HTML:
Code:
<object width="560" height="340">
<param name="movie" value="http://www.youtube.com/v/%1%&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/%1%&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed>
</object>

Adrian
Subject Author Views Date
Thread Custom tag - too advanced? Andy 7864 Oct 15, 2010, 1:15 AM
Post Re: [Andy] Custom tag - too advanced?
Andy 7687 Oct 15, 2010, 3:20 AM
Thread Re: [Andy] Custom tag - too advanced?
brewt 7644 Oct 17, 2010, 3:17 PM
Thread Re: [brewt] Custom tag - too advanced?
Andy 7639 Oct 18, 2010, 12:09 AM
Thread Re: [Andy] Custom tag - too advanced?
brewt 7653 Oct 18, 2010, 11:01 AM
Post Re: [brewt] Custom tag - too advanced?
Andy 7664 Oct 18, 2010, 11:32 AM