HTML static Widget on CMS page??
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!!!
|