With our integrated support of the popular JW Player we now offer support for the use of a custom logo. This feature is available through both our UI and Vid.ly API. Let’s take a look at the UI first.
To access these features in the UI, login to the Encoding.com Dashboard. Click on the Vid.ly tab on the left hand side to reveal your list of Vid.ly videos. Click on any of your Vid.ly videos in the list, then select the Player button for that video. This will bring up the interface shown below.
We support the ability to either upload your logo or point us to a hosted location. Choose whether you want the logo to be visible with the Hide Logo toggle. Then set the position of the logo using the Logo Position toggle to place it in any of the 4 corners of the player window. The Logo Margin parameter sets the distance, in pixels, of the logo from the edges of the display. The default is 8 pixels.
The same parameters are available through our API, as seen in the code sample below:
<Logo> <URL>[Logo source URL]</URL> <Link>[http://yourdomain.com]</Link> <Hide>[yes|no]</Hide> <Position>[top-right|top-left|bottom-right|bottom-left]</Position> <Margin>8</Margin> </Logo>