Embed Playlists

Embed playlists directly to your platform for a seamless experience

Embed video playlists in your product, website, or LMS so viewers can enjoy a continuous, curated sequence of videos without leaving your experience.


Here is a step-by-step guide to setting up a playlist on your platform:

  1. Navigate to Video → Playlists and create a new playlist if you don’t already have one.

  2. Add videos to your playlist.

  3. Click on the three dots and copy the embed code.

  4. Paste the code directly into your website, or add it to an HTML block if you are using a CMS, LMS, etc.

  5. Publish or share the page with your audience so they can continuously watch videos directly on your website.


Sample Playlist Embed Code

<style>
      .gumlet-playlist-embed {
        position: relative;
        aspect-ratio: 80 / 31;
      }

      @media (max-width: 767px) {
        .gumlet-playlist-embed {
          position: relative;
          aspect-ratio: 16 / 9;
        }
      }
    </style>
    <div class="gumlet-playlist-embed">
      <iframe
        loading="lazy"
        title="Gumlet Video Tutorial"
        src="https://play.gumlet.io/embed/playlist/674b4622dad6bb7514c68f13"
        style="border:none; position:absolute; top:0; left:0; height:100%; width:100%;"
        referrerpolicy="origin"
        allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture; fullscreen;">
      </iframe>
    </div>


👍

Your playlist embed will use the same settings as your player in the video library. Any changes you make there will be applied here automatically.