<!-- Please replace the Library Script URL to include your unique Player Library ID created with your account and retrieved from your Dailymotion Studio or via the REST API -->
<script src="https://geo.dailymotion.com/libs/player.js"></script>
<div id="my-dailymotion-player">My Player placeholder</div>
dailymotion
.createPlayer('my-dailymotion-player', {
video: 'x84sh87',
})
.then((player) => console.log(player)) // you can use web SDK here: https://developers.dailymotion.com/sdk/player-sdk/web/
.catch((e) => console.error(e));
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.