Customize your video spokesperson

There are may options for customizing the video spokesperson player. This document will guide you through all the available parameters.
Installation Instruction
1. Login into our website ( www.yourvideospokesperson.com)

2. Goto your dashbaord by clicking over the username

3. Navigate to Hosting menu

4. Copy the embed code from the text area (Note: The embed code will generate only after the spokesperson video is ready and uploaded in server)

5. Paste the embed into your HTML / view file

Parameters
Edit the embed code to customize your video using parameter as below
Auto Play
call_widget(‘xxxxxxxxxxxxx’, ‘xxx’, 0, 1);
The fourth parameter is to set autoplay the video
1 – Autoplay
0 – Click to play
Loop
call_widget(‘xxxxxxxxxxxxx’, ‘xxx’, 0, 1, 1);
The fifth parameter is to set loop the video

1 – Play the video N number of times

0 – Play the video only once

Change the control bar color to match your website color

call_widget(‘xxxxxxxxxxxxx’, ‘xxx’, 0, 1, 1, ‘Red’);

or

call_widget(‘xxxxxxxxxxxxx’, ‘xxx’, 0, 1, 1, ‘#FF0000’);

The sixth parameter is to set color of the control bar in player to match your website
Make the video a link to page on their website
call_widget(‘xxxxxxxxxxxxx’, ‘xxx’, 0, 1, 1, ‘#FF0000’, ‘www.google.com’);
The last parameter is to place a link in video player to page on their website