S356 Insert a YouTube Video
Use the S356 Tag to insert a YouTube video on your site. Before adding videos to your site, please refer to the YouTube terms of use.
Note: Ensure that your YouTube content is secure. See Secure Your YouTube Account.
To allow YouTube videos to work on your site, set the Luminate Online Site Option YOUTUBE_ENABLED to TRUE. After this option is configured correctly, you can insert the S356 Tag into a Content Editor (WYSIWYG).
Application
Platform
How to Enter Using the Content Editor Toolbar
Extensions > YouTube Video
Luminate CMS Compatible?
Yes, this S-Tag can be added using the Luminate CMSContent Editor.
Format
-
Standard
[[S356:ID_EMBED******]]
-
XML
<convio:session name="356" param="ID_EMBED******"/>
Parameters
-
YouTube Video URL - link on youtube.com, will include "/v/" in the string
-
Height - Pixel height
-
Width - Pixel width
-
Is Auto Play - Whether the video plays automatically when the page loads (TRUE or FALSE)
-
Is Show Related - Whether related videos display at the end of the video and on mouseover (TRUE or FALSE)
-
Window Mode - Defaults to opaque, but can also use window and transparent
Separate each parameter value with an asterisk (*).
Sample Code
-
Standard
[[S356:ID_EMBED*http://www.youtube.com/v/lsO6D1rwrKc*320*270*false*true*opaque]]
-
XML
<convio:session name="356" param="ID_EMBED*http://www.youtube.com/v/lsO6D1rwrKc*320*270*false*true*opaque "></convio:session>