How do I share my YouTube videos on my website
CTC-aspire
- Copy and paste the YouTube player code below
- From Desktop go to Customise
- Then click on Site Content
- Now hover over the web page you would like to add your video, and click Edit Content icon
Add video to Main Content area
- To add your video player to the main content of the website, click source on the WYSIWYG editor
- Now paste in the YouTube player code and change the highlighted red URL to your YouTube video URL
- Save Changes
Add video to page with flexibility to move it anywhere
- To add your video player to the page and be able to drag and drop it anywhere go to Page Settings
- Now scroll down to the content, and click on the Block Content tab
- Drag and Drop the HTML Block to where you want the video on the page.
- 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
- Save Changes
YouTube:
- Go to YouTube
- Search for the video you would like to share
- 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>