Skip to main content
A playlist is a curated collection of demos — Tours, Guides, and Videos — presented together in a single view. Viewers can move between demos in the playlist without needing separate links.

Use cases

Product onboarding flow

Chain a welcome tour, a setup guide, and a feature walkthrough into one seamless onboarding sequence.

Feature showcase

Group demos of related features so prospects can explore your product end-to-end from one link.

Help center library

Organize common how-to guides into topic-based playlists and embed them in your support documentation.

Sales leave-behind

Collect the demos most relevant to a specific deal and share a single link after a call.

Create a playlist

1

Go to Playlists

From the dashboard sidebar, select Playlists.
2

Create a new playlist

Click New playlist and give it a name.
3

Add demos

Use the left panel to browse your demos. Click a demo to add it to the current collection in the playlist. You can add Tours, Guides, and Videos to the same playlist.
4

Publish and share

When your playlist is ready, click Publish to generate a unique share link.

Add and remove demos

In the playlist editor, the left panel lists your workspace demos. Click any demo to add it to the active collection. To remove a demo from the playlist, select it in the collection panel and click Remove.
Only Published demos appear correctly when a viewer opens a playlist. If a demo in your playlist is Unpublished, it will not be accessible to the viewer.

Reorder demos

To change the order in which demos appear in a playlist, drag and drop them within the collection panel. The order you set here is the order viewers see.

Collections

Playlists are organized into collections — named groups of demos within a single playlist. You can create multiple collections (for example, “Getting started” and “Advanced features”) inside one playlist, giving viewers a structured way to navigate your content.

Share a playlist

Once published, every playlist has its own unique share link:
https://share.layerpath.com/playlist/<playlist-id>
Copy this link from the playlist share panel and send it to viewers. Anyone with the link can browse all demos in the playlist — no Layerpath account needed.

Embed a playlist

You can embed a playlist on any website using an iframe, the same way you embed individual demos.
embed-playlist.html
<iframe
  src="https://share.layerpath.com/playlist/<playlist-id>"
  title="Product demos"
  width="100%"
  height="700"
  frameborder="0"
  allowfullscreen
></iframe>
Replace <playlist-id> with the ID from the playlist share panel.
Embedding a playlist on a product page or pricing page gives prospects self-serve access to multiple demos without leaving your site.