By default, the queue is automatically enabled on all embedded videos and populated with related videos.
In order to give you more control on your audience's playback experience and on your content, you have the possibility to customize your queue when the Player is embedded on your website.
Learn more about our Queue feature, its behavior and functionalities.
Integrate a Playlist in the Queue
You can customize the Queue and populate it with a specific playlist.
As Dailymotion playlists can be dynamic or manual, you will be able to define a static queue based on a manual playlist, or create a dynamic queue with regular updates based on a set of rules.
Private content behavior within an embedded playlist
Depending on the content visibility settings you applied, your content may not be available within the queue.
If the content is set on public: all your content will be displayed in the queue
If the content is set on private: your content won't be displayed in the queue
If the playlist is a mix of private and public content, only the public content will be displayed in the queue
Embed Script
<!-- Please replace the Player ID and Playlist ID with your own -->
<scriptsrc="https://geo.dailymotion.com/player/x7859A.js"data-playlist="x79dlo"></script>
<!-- More info about the Player Embed Script: https://developers.dailymotion.com/player/#player-embed-script-playlist-embed -->
Library Script
// Please replace the Playlist ID with your own
dailymotion
.createPlayer('my-dailymotion-player', {
playlist: 'x79dlo',
})
.then((player) =>console.log(player))
.catch((e) =>console.error(e));
// More info about the Player Library Script: https://developers.dailymotion.com/player/#player-library-script-playlist-embed -->
iFrame
<!-- Please replace the Video ID and Playlist ID with your own -->
<iframe frameborder="0" width="100%" height="100%" src="https://www.dailymotion.com/embed/video/x3rdtfy?playlist=x5zhzj" allowfullscreen allow="autoplay"></iframe>
<!-- More info about the iFrame: https://developers.dailymotion.com/player/#player-iframe-embed -->
Disable the queue
You can disable the Queue feature directly within your Player parameters:
- Log in to your Partner Space
- Go to Embeds > Players
- Select the Player you want to edit, or Create a new Player
- Toggle off Queue to disable it
- Save your Player configuration
Learn more about Player configuration and the different parameters available.