AMP

amp-izlesene

Description

Displays an Izlesene video.

 

Required Scripts

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

Example

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

<amp-izlesene
  data-videoid="7221390"
  layout="responsive"
  width="480"
  height="270"
></amp-izlesene>

Attributes

data-videoid (required) The ID of the Izlesene video, which can be found in the Izlesene video page URL. For example, in https://www.izlesene.com/video/yayin-yok/7221390, the video ID is 7221390.
data-param-showrel (optional) This is an optional attribute that indicates whether to show related content. This functionality is not available for iOS devices.

  • Accepted values: `1` or `0`
  • Default value: `1`
data-param-showreplay (optional) This is an optional attribute that indicates whether to show the replay button at the end of the content.

  • Accepted values: `1` or `0`
  • Default value: `1`
common attributes This element includes common attributes extended to AMP components.

Validation

See amp-izlesene rules in the AMP validator specification.

需要更多帮助?

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

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

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

前往 GitHub