Skip to main content
All CollectionsEmbedding and Sharing
Embedding in CMS platforms and site builders
Embedding in CMS platforms and site builders

How to find the right embedding approach for your specific platform

Harper avatar
Written by Harper
Updated over a week ago

Most Wistia users are embedding their videos, and that process starts by choosing the right embed code and settings for your site builder or content management system (CMS). Our embed codes are designed with compatibility in mind, but the rules and supported methods for embedding vary from platform to platform.

How to embed in any CMS

Users regularly reach out to Wistia Support asking how to embed in specific CMS platforms, many of which we’ve never heard of before. Usually we can determine the right approach within a few minutes using a standard process.

Here are the steps we recommend to find the right embed for any platform:

  1. Look up the CMS article(s) on embedding video

    1. A Google search for “[CMS name] embed video” is usually enough to find what we need

  2. Does the article specifically list supported video hosts?

    1. If the article mentions Wistia as a supported host, you can follow their instructions on how to embed videos

    2. If the article does not mention support for Wistia, or doesn't mention any specific video hosts, embedding may be possible with our tips below

  3. Try the HTML embed codes when possible

    1. This is especially true if Wistia is not listed as an officially supported host

    2. If the default “video” tool in the CMS doesn’t allow HTML code, look for an alternative option such as "embed", "custom HTML", or "code block".

  4. Try the Standard embed first, then the Fallback (iframe) embed

    1. The Standard is a more modern embed with certain benefits, but the Fallback is best for general compatibility. If the CMS supports HTML embed codes, then the Fallback/iframe should work.

Once the right embed method has been identified, you should wind up with an easily repeatable process going forward.

General embedding tips

Read on for more a bit more detail on our embedding best practices, and why these tips are recommended for success.

Use the HTML embed code when possible

Many site builders and themes default to link-based embedding, which involves pasting a video URL into a “video block” or plugin. This is particularly common with low-code/no-code platforms, visual builders, and block-based editors such as the Gutenberg editor for Wordpress.

While this can be a convenient option, link-based embedding only works if the platform specifically supports Wistia as a video host. If Wistia is not listed as an approved host in the platform’s documentation, embedding via URL may not be possible. Embedding via URL also lacks the flexibility and options that HTML embed codes provide, for example you typically can’t specify an embed type or use embed options.

oEmbed is a popular example of a link-based embedding protocol, which we support in Wistia. However Wistia oEmbeds will only work on platforms that support Wistia as an oEmbed provider.

Recommendation: For the reasons above, we recommend using HTML embed codes on your pages. For block-based or visual editors that have a “video block” or “video module”, look for an “embed” option instead of URL/Link. If the built-in video option only supports links, look for an “HTML block”, “custom HTML”, or "custom code" option as an alternative.

Try the Standard embed first, then try the Fallback (iframe) embed

Wistia’s inline embeds come in two different embed types:

  • The Standard embed, our JavaScript-based embed code

  • The Fallback embed, our iframe-based embed code

Functionally, these embed types are very similar - regardless of which type you choose, the video player will look identical on your page and all of the same basic features in terms of customizations, playback, and stats. The Standard embed is our more modern embed code which relies on on-page JavaScript, and provides certain benefits around speed and full feature compatibility.

Embedding via iframe is an older and widely-supported method for video embeds, so it tends to be more reliable on platforms with strict rules around custom code, which is especially useful on platforms that do not allow embedding of inline JavaScript.

Recommendation: If the Standard embed isn’t working or you’re noticing issues with the embedded video, try the Fallback (iframe) embed instead. If the Fallback embed doesn’t work, it is possible that this platform may not support Wistia embeds - reach out to Support and we can take a closer look for you.

Still need help?

If you still need help embedding in your specific platform after trying these tips, reach out to Wistia Support for more assistance. Include the following details so we can get right to solving the problem:

  • Which CMS or site builder are you using? Are you using any particular themes or plugins?

  • If possible, share a link to one of your webpages where we can see the embedding issue directly

  • What embed types have you tried so far?

We’ll take a look at the documentation for that platform, examine the code of the webpage, and do our best to find you a solution.

Did this answer your question?