2 minutes reading time (228 words)
Shortcode Attributes
id— alphanumeric, default: — → Dailymotion video ID.url— string, default: — → Any Dailymotion URL; auto-extractsidandstart.width— px or %, default: 640 → Max width of the container.align— left | center | right, default: center → Horizontal alignment via margins.ratio— w:h, default: 16:9 → Aspect ratio; also supports9:16.start— seconds or h:m:s, default: — → Start timestamp; also supports1m23s.
Player parameters
autoplay— 0 | 1, default: 0 → Auto-start when allowed (withmuted=1).muted— 0 | 1, default: 0 → Start muted.loop— 0 | 1, default: 0 → Loop video.controls— 0 | 1, default: 1 → Show/hide player controls.logo— 0 | 1, default: 1 → Show/hide Dailymotion logo.sharing— 0 | 1, default: 1 → Show/hide sharing button.startinfo— 0 | 1, default: 1 → Show/hide start screen info overlay.class— string, default: — → Custom class on the wrapper.ids/urls— CSV, default: — → Render a grid of multiple videos.cols— 1–3, default: 2 → Number of columns for grid.
Use Dailymotion video ID
{dailymotion id="x9qszq0"}
Use Any Dailymotion URL; auto‑extracts id and start
{dailymotion url="https://www.dailymotion.com/video/x9q06s0"}
Max width of the container and Horizontal alignment via margins.
{dailymotion url="https://dai.ly/x9q2gya#t=1m23s" width="640" align="left"}
Number of columns for grid.
{dailymotion ids="x9qlcg0,x9n1j12" cols="2" width="100%"}