Playlists
You can easily create a playlist with our player by adding a playlist object to the player configuration. This can be done both when embedding the player inline as well as dynamically.
Please note that if player token protection is active, you will have to add key
and timestamp
to each item in the playlist. If you are using videos from different projects, you will need to use the private key of each video’s respective project to generate its key. If token protection is not active, you can omit the key
and timestamp
parameters entirely.
Example playlist
Playlist options
The following additional options are available when configuring a playlist
Value | Description | Default |
---|---|---|
showPlaylist | deprecated | false |
disablePlaylist | disable playlist in general | false |
playlistShowList | show playlist on initial load | false |
playlistLabel | the label for the playlist |
|
playlistVisibleItems | amount of items shown in playlist | 10 |
playlistMaxItems | maximum amount of items in playlist | 500 |
playlistShowLatest | ??? | false |
playlistSticky | ??? | false |
playlistContainer | (playlist 2.0 only) - for external container, like comments |
|
Last updated