AMP
  • websites

amp-vine

Introduction

Use amp-vine to embed Vine videos in your AMP HTML files.

Setup

Import the amp-vine component in the header.

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

Basic usage

A Vine embed has equal width and height. You can find the vineid in the each vine's URL.

<amp-vine width="400" height="400" data-vineid="MdKjXez002d">
</amp-vine>

Responsive layout

Resposive layout works as well. In that case you can use any value for height and width as long as they are the same.

<amp-vine width="1" height="1" layout="responsive" data-vineid="MdKjXez002d">
</amp-vine>
さらに説明が必要ですか?

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

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

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

GitHub でサンプルを編集する