Embedding YouTube, Vimeo and BranchTrack videos using the iFrame asset Follow
You can embed content into your Gomo courses with the iFrame asset using the following steps:
Youtube
- Get the embed code from YouTube by right clicking on the clip and selecting Get embed code. For example:
<iframe width="640" height="390" src="https://www.youtube.com/embed/Vv__Jr9KnsQ" frameborder="0" allowfullscreen></iframe>
- Extract the 'src' part :
https://www.youtube.com/embed/Vv__Jr9KnsQ
- Now copy this full URL into the iFrame target URL field in the Gomo iFrame asset properties.
- Set the width and the height - you can leave this at 100% so it fills the column width, or you can take this from the YouTube embed code, in this example width="640" height="390"
Tip: If the video doesn't appear when previewing in Gomo, check the browser debug console and see if there are any security alerts that might indicate that the content is somehow being blocked.
Vimeo
This same technique can also be used for other video streaming services such as Vimeo. You'll need to add HTTPS: to the front of the src part of the Vimeo embed code. e.g.
src="//player.vimeo.com/video/114789954"
should be entered as
https://player.vimeo.com/video/114789954
in the iFrame target url field in the Gomo iFrame asset properties.
BranchTrack
To embed BranchTrack interactive videos, get the address of the video such as:
https://www.branchtrack.com/projects/ltcmdaf1
and add "embed" at the end to give you the url to use in a Gomo iFrame asset:
https://www.branchtrack.com/projects/ltcmdaf1/embed
Comments
0 comments
Article is closed for comments.