iFrame (Web)
Embed a partially configured player without JavaScript. Smart player functionality such as “Picture-in-Picture”, “first time viewable”, “auto-sizing” and “Forward full URL” along with access to the Platform API won’t be available. The iFrame Player will benefit only from basic UI customizations specified in the Player configurator UI or Rest API.
We recommend Partners take full advantage of our Player technology and use the Player Embed Script or Player Library Script.
If you prefer using the iFrame embed, the embed code can be either copied from the Dailymotion Studio in the Player’s tab, or retrieved from the Platform API (see embed_html_url field).
WarningThe iFrame embed type is only appropriate for environments that restrict the use of JavaScript i.e AMP. We encourage where possible to embed the player via one of our provided script embeds.
Embed a video
Use the video param in the src:
<iframe frameborder="0" width="640" height="360"
src="https://geo.dailymotion.com/player/{Player ID}.html?video=x84sh87"
allowfullscreen
allow="autoplay; fullscreen; picture-in-picture; web-share">
</iframe>Embed a playlist
Use the playlist param in the src:
<!-- Replace the Player ID and Playlist ID with your own -->
<iframe frameborder="0" width="640" height="360"
src="https://geo.dailymotion.com/player/{Player ID}.html?playlist={Playlist ID}"
allowfullscreen
allow="autoplay; fullscreen; picture-in-picture; web-share">
</iframe>Updated 25 days ago
