How do I embed external videos (Vturb, Vimeo, PandaVideo)?
In the page editor you have two ways to embed a video hosted on another player:
- By direct URL: drag a video element onto the page and paste the video's HTTPS URL.
- By custom HTML/JS (recommended for Vturb, PandaVideo and similar): drag the custom HTML/JS element in and paste the embed code the player gives you.
Use custom HTML/JS whenever the player requires a script of its own, since the direct URL only covers players that accept a plain link.
Related
If it didn't work
- The video doesn't appear: confirm the URL is HTTPS and that the player allows embedding on external domains.
- The script embed doesn't load: paste the complete code into the custom HTML/JS block, without cutting off any tags. See create a page.
- Other questions about the editor: see the frequently asked questions.