PDA

View Full Version : HTML static Widget on CMS page??


jitsuboy
02-01-2011, 06:59 PM
Hi guys, I'm trying to install a youtube video in on my CMS page. I made a new HTML- Static widget and added this code including the youtube video I am using.

<object width="240" height="240"><param name="movie" value="(YOUTUBE URL)"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GpcJNEWKzCY&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="240" height="240"></embed></object><br />

Am I missing something? How do I get this Widget on my CMS page?

Thank you!!!

CaneInsider
02-04-2011, 04:37 PM
You need to go into your admin panel, click on "layout manager" under vbulletin CMS tab. Once you there open up the correct layout page and add in the youtube widget to your layout.

jitsuboy
02-05-2011, 01:17 AM
what exactly would the "exact layoutpage" be?