Video - Vimeo

By default, MOOCit is integrated with YouTube. To add a Vimeo video, you must use an HTML component.

Integrate a video from Vimeo

Go to the URL of the video in Vimeo and copy the ID of the video.

Copy the video ID
  1. In Studio, in the desired Course > Course Unit add the component HTML > Raw HTML

  2. Copy and paste the code below and replace the ID with the ID number in the URL of your video. ("https://player.vimeo.com/video/367969182")

<div class="embed-container">
    <iframe src="https://player.vimeo.com/video/367969182" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="">
    </iframe>
</div>

The id # of your video must follow the /video/ in the sourcesrc URL of the iframe.

The "embed-container" class in which the iframe is used makes the video responsive. 😉

The Vimeo video is displayed in the unit responsively.

Making Vimeo Videos Private

Open your video in Vimeo and select to modify the privacy settings:

Chose the option Hide from Vimeo.

Under Embed, select 'Specific Domains'.

Adding Subtitles to your Vimeo Videos

Vimeos' Automatic Closed Captions tool is only available to their Enterprise members. If you are not on this plan, you can still add Subtitles / Captions to your video by uploading an SRT file.

From your Video's Advanced Settings page, locate 'Distribution' > 'Subtitles'. Upload your SRT file by selecting the + (New File) and then activate it using the blue switch located beside the SRT file name.

Dernière mise à jour

Cet article vous a-t-il été utile ?