Was this helpful?
Embed a Video
You may decide that you want to embed your video player on a 3rd party Website or portal so that your viewers are not required to use the Vbrick Rev portal to view your videos. This means you will need access to the embed code under the Sharing flyout.
 
Note: Video status must be set to Active and view access control must be Public before embed code may be generated and videos may be viewed anonymously on 3rd party sites. Further, your Account Admin must have enabled video embedding on your Rev site before you will be able to view the steps described in this topic.
 
*To access embed code:
1. Navigate to the video you want to embed and click the Sharing flyout to display sharing options that have been enabled.
2. Click the Embed tab. This will not be active if the video is not set to Active status.
3. Select the Options button to adjust the settings you will use.
Feature
Type
Defaults
Options
Player Size
Dropdown
Medium
Small 560x315
Medium 640x360
Large 853x480
Responsive
Custom (Enter width, calculate height for 16:9 ratio - divide width by 1.78)
Autoplay enable (enabled by default). Note: If your videos and playlists are set to autoplay, be aware that they will started muted. This also applies to Webcasts.
4. Click the Copy button to copy the embed code.
5. If you want to embed a video on a mobile Web page or need the video player to work on responsive Web pages, select the Responsive option in the Size dropdown. When this option is selected, the embed code changes to the code below and the height/width boxes are hidden.
<div style="position: relative; height: 0; padding-bottom: 56.25%;">
<iframe allowfullscreen="" frameborder="0" height="100%" src="&lt;playback URL&gt;" style="position: absolute; left: 0px; top: 0px;" width="100%"></iframe>
</div>