Skip to main content
Embedding Vidyard Videos

Find out how to add Vidyard videos to your Content pages

Radovan avatar
Written by Radovan
Updated over a month ago

You can use the Video Widget to embed Vidyard videos to Content pages in just a few simple steps.

Find the link on Vidyard

Navigate to your video library.

Hover over the video you want to add to your Turtl Doc and click this Share button.

Enable "Embed on a site" (you can disable this after getting the link).

Copy the code by clicking the "</> Copy Code" button.

Your code will look like this:

<script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script>
<img
  style="width: 100%; margin: auto; display: block;"
  class="vidyard-player-embed"
  src="https://play.vidyard.com/rhRL4BzDJufAyD6rAUvqC1.jpg"
  data-uuid="rhRL4BzDJufAyD6rAUvqC1"
  data-v="4"
  data-type="inline"
/>


Your URL is located here:


Your URL does not need the .jpg at the end and will look like the example below if copied correctly.

https://play.vidyard.com/rhRL4BzDJufAyD6rAUvqC1



Insert your video

1. Within the Content page editor, place your cursor on "+" Add content where you want to insert your video and select the Video widget.

2. Paste the copied embed URL.

3. Once you have added the URL, click Upload. A thumbnail of your video will now be visible within your Content pages and your readers will be able to view the video in your Turtl Doc.

Tip: Add a label in the video widget settings so that you can identify this video within the analytics later.



Resizing your video

Find out more about how to resize your video and other widgets here.

Did this answer your question?