Skip to main content

Add a Video that is Hosted by a Service

To add a video that is hosted by a video service such as YouTube:

  1. Select a position in the content where the mediaobject element is permitted. For example, between two para elements.

  2. Select Insert and then select image of video icon Video.

    Close up of Insert menu. A callout box highlights the Insert menu and the Video option inside it.

    A video frame appears.

    Video frame in a Paligo topic. It has a gray rectangle to represent the video frame and there is a dialog for entering the link to the video file.
  3. Select the frame to display a popup toolbar and insert the link to the video.

    • For YouTube, use the share link.

    • For Vimeo use the embed link.

    • For Wistia, you can use either the regular Inline embed or the iFrame (fallback) embed link:

      From the script tag in the embed code, locate the href attribute that ends with ?wvideo=<id> or the src attribute that ends in .jsonp. Copy and paste that attribute into the video frame in your Paligo topic.

      Read more about the types here: Inline embedFallback (iframe) Embed.

      Note

      The Wistia video embed is responsive by default, adapting to the size of the screen. But it has a max-width value set to 620px. If you want to change that default width, override this property in your CSS:

      .video-container.wistia{
          max-width: 620px; 
      }
      

      To use the entire screen space, set the value to none.

  4. Select Save. Save icon.

For YouTube and Vimeo videos, you will see a preview in the editor. Wistia and Microsoft Stream videos do not show a preview, but they will work just fine when you publish.

insertvideo.png

When you publish to HTML or HTML5 you should now see the video embedded in your content.

If you publish to PDF, you will see a link to the video (by default).

Note

If you are publishing videos to Zendesk, but cannot see them, you need to enable videos in the Zendesk settings: Why are videos not displaying in Help Center?