If you would like to insert a YouTube video into your web page, please use the following steps:

  1. While editing a webpage, you will need to change the mode of the HTML Editor from Design mode into HTML mode. To change the mode, go to the bottom left hand-side of the Editor and click on the  . This view will show you the HTML generated while working in design.  If you have not done any work while in design you will see a blank text box ready for input.  To go back into Design mode, click on the .  You can switch between modes as needed.
  2.  Once the Editor is in HTML mode, you will need to copy & paste the object and embed tags provided by YouTube.  The embed tags will look like the following:
    <object width="480" height="390"><param name="movie" value="http://www.youtube.com/v/yOodY-6RD-Q?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yOodY-6RD-Q?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="390"></embed></object>

Once completed, the movie will be visible by clicking save and viewing the page on your website.  Below is a sample of the movie:


.
.