How do I share my YouTube videos on my website

CTC-aspire

  1. Copy and paste the YouTube player code below
  2. From Desktop go to Customise
  3. Then click on Site Content
  4. Now hover over the web page you would like to add your video, and click Edit Content icon

Add video to Main Content area

  1. To add your video player to the main content of the website, click source on the WYSIWYG editor
  2. Now paste in the YouTube player code and change the highlighted red URL to your YouTube video URL
  3. Save Changes

Add video to page with flexibility to move it anywhere

  1. To add your video player to the page and be able to drag and drop it anywhere go to Page Settings
  2. Now scroll down to the content, and click on the Block Content tab
  3. Drag and Drop the HTML Block to where you want the video on the page.
  4. Click on the HTML Block edit icon and paste in the YouTube player code and change the highlighted red URL to your YouTube video URL
  5. Save Changes

YouTube:

  1. Go to YouTube
  2. Search for the video you would like to share
  3. On the page of the YouTube video copy the website address.

YouTube player Code:

<object width= "425" height="344">
<param name="movie" value="http://www.youtube.com/v/0000000000&ap=%2526fmt%3D18&autoplay=0&rel=0&fs=1&color1=0xFFFFFF&color2=0xFFFFFF&border=0&loop=0">
</param>
<param name="allowFullScreen" value="true">
</param>
<embed src="http://www.youtube.com/v/0000000000&ap=%2526fmt%3D18&autoplay=0&rel=0&fs=1&color1=0xFFFFFF&color2=0xFFFFFF&border=0&loop=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344">
</embed>
</object>