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="bpxmJaHED09">
</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="bpxmJaHED09">
</amp-vine>
إذا لم تكن الإيضاحات الموجودة في هذه الصفحة تُجيب على جميع أسئلتك، فلا تتردد في التواصل مع مستخدمي AMP الآخرين لمناقشة حالة الاستخدام المحددة لديك بالضبط.
الذهاب إلى Stack Overflow هل هي ميزة غير موضحة؟يشجع مشروع AMP مشاركتك ومساهمتك بشدة! ونأمل أن تكون مشاركًا دائمًا في مجتمعنا مفتوح المصدر، ولكننا نشجع أيضًا المساهمات التي تحدث لمرة واحدة في الأمور التي تتحمس لها.
تعديل العينة على GitHub-
Written by @sebastianbenz