AMP

amp-dailymotion

Experimental
Bento

Description

Displays a Dailymotion video.

 

Required Scripts

<script async custom-element="amp-dailymotion" src="https://cdn.ampproject.org/v0/amp-dailymotion-0.1.js"></script>

Usage

Displays a Dailymotion video.

With responsive layout, the width and height from the example should yield correct layouts for 16:9 aspect ratio videos.

<amp-dailymotion
  data-videoid="x2m8jpp"
  layout="responsive"
  width="480"
  height="270"
></amp-dailymotion>

autoplay

If this attribute is present, and the browser supports autoplay:

  • the video is automatically muted before autoplay starts
  • when the video is scrolled out of view, the video is paused
  • when the video is scrolled into view, the video resumes playback
  • when the user taps the video, the video is unmuted
  • if the user has interacted with the video (e.g., mutes/unmutes, pauses/resumes, etc.), and the video is scrolled in or out of view, the state of the video remains as how the user left it. For example, if the user pauses the video, then scrolls the video out of view and returns to the video, the video is still paused.

data-videoid

The Dailymotion video id found in every video page URL. For example, "x2m8jpp" is the video id for https://www.dailymotion.com/video/x2m8jpp_dailymotion-spirit-movie_creation.

data-mute (optional)

Indicates whether to mute the video.

  • Value: "true" or "false"
  • Default value: "false"

data-endscreen-enable (optional)

Indicates whether to enable the end screen.

  • Value: "true" or "false"
  • Default value: "true"

data-sharing-enable (optional)

Indicates whether to display the sharing button.

  • Value: "true" or "false"
  • Default value: "true"

data-start (optional)

Specifies the time (in seconds) from which the video should start playing.

  • Value: integer (number of seconds). For example, data-start=45.
  • Default value: 0

data-ui-highlight (optional)

Change the default highlight color used in the controls.

  • Value: Hexadecimal color value (without the leading #). For example, data-ui-highlight="e540ff".

data-ui-logo (optional)

Indicates whether to display the Dailymotion logo.

  • Value: "true" or "false"
  • Default value: "true"

data-info (optional)

Indicates whether to show video information (title and owner) on the start screen.

  • Value: "true" or "false"
  • Default value: "true"

data-param-* (optional)

All data-param-* attributes are added as query parameters to the src value of the embedded Dailymotion iframe. You can use this attribute to pass custom values not explicitly declared.

Keys and values will be URI encoded.

  • data-param-origin="example.com"

Please read Dailymotion's video player documentation to know more about parameters and options.

dock

Requires amp-video-docking extension. If this attribute is present and the video is playing manually, the video will be "minimized" and fixed to a corner or an element when the user scrolls out of the video component's visual area.

For more details, see documentation on the docking extension itself.

Common attributes

This element includes common attributes extended to AMP components.

Actions

play

Plays the video.

pause

Pauses the video.

mute

Mutes the video.

unmute

Unmutes the video.

fullscreenenter

Takes the video to fullscreen.

Validation

See amp-dailymotion rules in the AMP validator specification.

需要更多帮助?

您已多次阅读本文档,但它仍未能涵盖您的所有问题?也许其他人也这么觉得:在 Stack Overflow 上与他们联系。

前往 Stack Overflow
发现错误或缺少功能?

AMP 项目强烈鼓励您参与并做出贡献!我们希望您能成为我们开放源代码社区的持续参与者,但我们也欢迎您对所热衷问题做出一次性贡献。

前往 GitHub