AMP
  • websites

amp-hulu

Introduction

Use the amp-hulu component to embed Hulu videos into AMP files.

Setup

Import the amp-hulu component in the header.

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

Basic usage

Embed Hulu videos via the eid in a video's URL. We recommend using the responsive layout for videos.

This sample only works on mobile browsers due to restrictions from Hulu and the component can only be used by Hulu partners.

<amp-hulu width="412" height="213" layout="responsive" data-eid="4Dk5F2PYTtrgciuvloH3UA">
</amp-hulu>
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