AMP

amp-minute-media-player

Description

Displays a Minute Media player.

 

Required Scripts

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

Example

Example with RESPONSIVE layout - width and height attributes determine the aspect ratio of the player embedded.

<amp-minute-media-player
  data-content-type="curated"
  data-content-id="fSkmeWKF"
  width="500"
  height="334"
  layout="responsive"
  autoplay
>
</amp-minute-media-player>

Example with FIXED layout - fixed width and height.

  <amp-minute-media-player
    data-content-type="semantic"
    data-scanned-element-type="tag"
    data-scanned-element="post-body"
    layout="fixed" width="500" height="334"
  </amp-minute-media-player>

Attributes

data-content-type

The Minute Media player type.

The options are 'specific' or 'semantic' .

Choose 'specific' in order to play specific content (insert the content id in the data-content-id attribute).

By choosing 'semantic' the playlist will be automatically created and match the content of the article to the most relevant video in real time.

data-content-id

The Minute Media player id.

This data is required only if you choose playing specific content (in the data-content-type).

data-scanned-element-type

Choose the defining characteristic (class-name, tag-name or id) when pairing content with the video.

This data is reflected only if you choose playing semantic content (in the data-content-type).

data-scanned-element

Choose the specific element accoring to the choosen scanned element type to be considered when pairing content with the video.

This data is reflected only if you choose playing semantic content (in the data-content-type).

data-tags

Tags that taken into consideration when the decision which video content to play is made (in 'semantic' content type).

This data is reflected only if you choose playing 'semantic' content (in the data-content-type).

data-minimum-date-factor

This data reflects the last number of days the engine should take into consideration when searching for a matching video. Older videos will receive a lower score

This data is reflected only if you choose playing 'semantic' content (in the data-content-type).

data-scoped-keywords

This data is responsible to return only videos with the specified tags in the matching results.

This data is reflected only if you choose playing 'semantic' content (in the data-content-type).

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..

dock

If this attribute is present and the video is playing manually, the video will be "minimized" and fixed to a corner when the user scrolls out of the video component's visual area.

  • The video can be dragged and repositioned by the user on a different corner.
  • Multiple videos on the same page can be docked.
In order to use this attribute, the amp-video-docking extension script must be present: <script async custom-element="amp-video-docking" src="https://cdn.ampproject.org/v0/amp-video-docking-0.1.js"></script>

Validation

See amp-minute-media-player rules in the AMP validator specification.

Bạn cần được trợ giúp thêm?

Bạn đã đọc tài liệu này hàng chục lần, nhưng nó không thật sự trả lời mọi thắc mắc của bạn? Có lẽ những người khác cũng cảm thấy như vậy: hãy liên hệ với họ trên Stack Overflow.

Truy cập Stack Overflow
Bạn tìm thấy một lỗi hoặc cần bổ sung một tính năng?

Dự án AMP đặc biệt khuyến khích sự tham gia và đóng góp của bạn! Chúng tôi hi vọng bạn sẽ trở thành một người tham gia tích cực trong cộng đồng mã nguồn mở của chúng tôi, nhưng chúng tôi cũng chào mừng các đóng góp đơn lẻ về vấn đề mà bạn đặc biệt quan tâm.

Truy cập GitHub