Changelog: Player API – 2019/10/01

We’ve just updated our Player API Documentation:

Player parameters table updated with the addition of playlist

It’s now possible to populate your Up Next queue with videos from a specified Playlist. Simply use a ‘playlist‘ param in your video embed. For example: dailymotion.com/embed/video/x3rdtfy?playlist=x5zhzj

Player load method

You can now customise the Up Next queue with a playlist ID using the load method to create an engaging watching experience for your users. player.load({video: ‘x3rdtfy‘,playlist: ‘x5zhzj‘});

Note: Please check out more information about configuring and embedding Playlists from our helpcenter.