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>
Se le spiegazioni riportate in questa pagina non rispondono a tutte le tue domande, non esitare a contattare altri utenti AMP per discutere il tuo caso d'uso specifico.
Vai a Stack Overflow Ci sono funzioni non descritte?Il progetto AMP invita tutti a partecipare e dare il proprio contributo! Ci auguriamo che tu possa partecipare regolarmente alla nostra community open source, ma saremo anche lieti di ricevere eventuali contributi una-tantum sulle questioni che ti interessano.
Modifica esempio in GitHub-
Written by @jmadler