2 minutes reading time (228 words)

Shortcode Attributes

  • idalphanumeric, default: — → Dailymotion video ID.
  • urlstring, default: — → Any Dailymotion URL; auto-extracts id and start.
  • widthpx or %, default: 640 → Max width of the container.
  • alignleft | center | right, default: center → Horizontal alignment via margins.
  • ratiow:h, default: 16:9 → Aspect ratio; also supports 9:16.
  • startseconds or h:m:s, default: — → Start timestamp; also supports 1m23s.

Player parameters

  • autoplay0 | 1, default: 0 → Auto-start when allowed (with muted=1).
  • muted0 | 1, default: 0 → Start muted.
  • loop0 | 1, default: 0 → Loop video.
  • controls0 | 1, default: 1 → Show/hide player controls.
  • logo0 | 1, default: 1 → Show/hide Dailymotion logo.
  • sharing0 | 1, default: 1 → Show/hide sharing button.
  • startinfo0 | 1, default: 1 → Show/hide start screen info overlay.
  • classstring, default: — → Custom class on the wrapper.
  • ids/urlsCSV, default: — → Render a grid of multiple videos.
  • cols1–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%"}