AMP
  • websites

amp-reach-player

Introduction

Use the amp-reach-player component to embed videos hosted on Beachfront Reach in your AMP HTML pages.

Setup

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

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

Basic usage

Embed videos hosted on Beachfront Reach via the data-embed-id attribute. We recommend using the responsive layout for videos.

<amp-reach-player data-embed-id="default" layout="responsive" width="560" height="315">
</amp-reach-player>
Ti servono altre spiegazioni?

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