Embed a video on your page. You will not upload the video directly to onCourse, but instead use a third party service like YouTube - their servers are optimised for video delivery and the performance and tools more helpful.

You can also use this within the Marketing tab of any Course, Class or anywhere else that uses this rich text format.
Just copy and paste the below portion of code, and replace the youtube_id with the id from the YouTube video you wish to embed. You can find this after the = sign in the Video URL.

Usage

p<{height:315px}. {video type:"youtube" id:"youtube_id" height:"315" width:"560"}

type
Currently only "youtube" is supported.

id
This is the remote id of the video. For example, a youtube video which has a URL of http://www.youtube.com/watch?v=YGwtEzZPb7M would have an id of 'YGwtEzZPb7M'

[height]
The height in pixels you want to force the video to. If you leave this option out, it will default to the standard player size. You need to enter this twice, as referenced in the example above. Both height parameters should match.

[width]
The width in pixels you want to force the video to. If you leave this option out, it will default to the standard player size.