Skip to content

Videobot Examples ​

1. Example Videobot Widget Code ​

Add this snippet to the <head> or before the closing of the <body> tag.
This is an example; please use the code snippet provided by Videobot.

html
<div
  id="videobot"
  data-videobot-id="jL89Lh0o"
  data-sync="true"
></div>
<script type="module" src="https://videobot.com/embed/videobot.mjs"></script>

2. Example Videobot IFrame Code ​

Feel free to change the height and width of this element to fit your site.
Note that sometimes you need to add custom CSS for the iframe to fit your site properly.

html
<iframe
  src="https://videobot.com/embed/jL89Lh0o?lang=en"
  frameborder="0"
  height="600"
  width="400"
  style="border-radius: 10px;"
  scrolling="no"
  allow="clipboard-write;web-share"
></iframe>

3. Example Videobot Slider Code ​

Add this snippet to the <head> or before the closing of the <body> tag.
This is an example; please use the code snippet provided by Videobot.

html
<div
  id="videobot-widget"
  data-widget-type="widget"
  data-widget-id="kt6URAZZ"
  style="width: 100%; height: 100%;"
></div>
<script type="module" src="https://videobot.com/embed/videobot.mjs"></script>