Embedding a Call Widget
The embedding functionality for the call widget is built into TokBox.com. Instructions for how to work through the Embed Wizard are presented here.
| 1. |  | The Embed link can be found in the left navigation toolbar once you've logged into TokBox.com. Click the Embed link to pop up the Embed Wizard |
| 2. | The Embed Wizard will load, and you will have the option to customize your call widget. You should set the options as necessary for your use, and then click on the Create my embed button at the bottom of the wizard screen. |  |
| 3. |  | Click the Copy button, and then paste the source code for the embed into your site. You now have the TokBox Call Widget all set up! |
Embedding a Video Recorder Widget
The embedding functionality for the video recorder widget is built into TokBox.com. Instructions for how to work through the Embed Wizard are presented here.
| 1. | The Embed link can be found in the left navigation toolbar once you've logged into TokBox.com. Click the Embed link to pop up the Embed Wizard |  |
| 2. |  | Once the Embed Wizard loads, click on the Video Mail tab at the top. From this screen, you can customize your Video Mail Recorder. Once you are finished, click on the Create my embed button at the bottom of the wizard screen. |
| 3. | Click the Copy button, and then paste the source code for the embed into your site. You now have the TokBox Video Recorder Widget all set up! |  |
Embedding a Video Player Widget
Simply copy the code below into your website.
<object width="425" height="344">
<param name="movie" value="http://api.tokbox.com/vp/"></param>
<param name="allowFullScreen" value="true"></param>
<param name="flashvars" value="targetVmail=#####"></param>
<embed id="tbx_player" src="http://api.tokbox.com/vp/"
type="application/x-shockwave-flash"
allowfullscreen="true"
flashvars="targetVmail=#####"
width="425"
height="344"
>
</embed>
</object>
- You will need to replace the ##### hash with the message id of the video mail that you are trying to replay. The best way to find this value is to play the video on Tokbox and look at the last part of the URL in the address bar.
Need Help?
- If you need help with the simple embedding procedure, then you should post a note on the Developers mailing list
- If you want to see what else you can do with the TokBox Developer API, then find out by heading to the Getting Started page