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>
さらに説明が必要ですか?
このページの説明でご質問のすべてを解消できない場合は、あなたの実際の使用事例について他の AMP ユーザーに問い合わせて話し合ってください。
Stack Overflow にアクセスする 説明されていない機能ですか?AMP プロジェクトでは皆さんの参加と貢献を強くお勧めしています!当社はオープンソースコミュニティに継続的にご参加いただくことを希望しますが、特に熱心に取り組んでいる問題があれば1回限りの貢献でも歓迎します。
GitHub でサンプルを編集する-
Written by @unbug