Video Functions : Video Player Options : Embed a Video
  
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.
 
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 User > Media > My Videos.
2. Click the Video Name > Sharing tab. This will not be active if the video is not set to Active status. (Note: The Comment tab is active by default) or if embedding is not enabled.
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)
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>
6. Also, for proper functioning of the embed code when using the IE9 browser, ensure that the following has been entered as part of the <head> section when pasting it:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 
*See Also:
Enable Video Embed Code
Embed a Playlist
Set the Status of a Video
Set Video Access to Public
Share a Video