AMP
  • websites

amp-kaltura-player

Introduction

Use the amp-kaltura extension to embed Kaltura videos in your AMP HTML files.

Setup

Import the amp-kaltura-player component in the header.

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

Basic usage

Embed videos hosted on Kaltura via the data-uiconf, data-partner, and data-entryid attributes. We recommend using the responsive layout for videos. The data-param-* attributes will be added as key/value pairs to the query string in the video player's embed iframe, and can be used to pass ad parameters to Kaltura's video player, for example.

<amp-kaltura-player data-uiconf="33502051" data-partner="1281471" data-entryid="1_3ts1ms9c" data-param-streamertype="auto" layout="responsive" width="720" height="480"></amp-kaltura-player>
さらに説明が必要ですか?

このページの説明でご質問のすべてを解消できない場合は、あなたの実際の使用事例について他の AMP ユーザーに問い合わせて話し合ってください。

Stack Overflow にアクセスする
説明されていない機能ですか?

AMP プロジェクトでは皆さんの参加と貢献を強くお勧めしています!当社はオープンソースコミュニティに継続的にご参加いただくことを希望しますが、特に熱心に取り組んでいる問題があれば1回限りの貢献でも歓迎します。

GitHub でサンプルを編集する