# Playlists and related videos

A playlist is an ordered set of your videos with its own public page at /pl/slug and its own embed at /ep/slug, showing a queue beside the player. Related videos attach suggestions to a single video. Both keep the "what next" slot pointing at your content instead of a third-party recommendation engine.

- Section: Documentation (https://videokr.com/docs)
- Page: https://videokr.com/docs/playlists
- Last updated: 2026-08-18

## Creating a playlist

Create the playlist, add videos, drag them into order. It gets a slug, a public page, and an embed:

```html
<script src="https://videokr.com/embed.js" data-playlist="onboarding" async></script>
```

The playlist embed reports its own height to the loader, so the queue is never cut off regardless of how many items it holds. With a plain iframe, point it at `/ep/onboarding` and give it a taller ratio (`16/11` is the default the loader uses).

## When a playlist is the right shape

- A multi-part course or onboarding sequence.
- A webinar split into its useful halves.
- A customer-story series on one page.

When you only want one video with a couple of follow-ups, use **related videos** on the video instead — they appear at the end without turning the page into a channel.

## Visibility

A playlist is public or unlisted like a video, and an unlisted playlist can be shared by a tokenised link. A public playlist page appears in your `sitemap-playlists.xml`; an unlisted one never does.

## Analytics

Each video in a playlist keeps its own plays, completions and retention curve, so you can see exactly which episode loses the audience — usually the one right after the introduction.

## FAQ

### Is a playlist play counted per video?

Yes. Each video started in a playlist counts as a play of that video, once per video per month.

## Related

- [Embed codes: iframe, script loader and parameters](https://videokr.com/docs/embeds)
- [How to publish a webinar replay that people watch](https://videokr.com/guides/webinar-replay)
- [Analytics: plays, completions and the retention curve](https://videokr.com/docs/analytics)
- [Quickstart: host a video and embed it](https://videokr.com/docs/quickstart)

---
Videokr — Videokr is hosted video for marketing sites: upload or link a video, brand the player, capture emails inside it, embed it anywhere and read second-by-second retention. Free tier forever, $69 lifetime, or metered plans.
Plans: https://videokr.com/#pricing · Full reference: https://videokr.com/llms-full.txt
