/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/beopinion.amp.html
127 строк
4 KB
Caroline Liu
Apply lang="en" to examples/ (#34759)
10 июн 2021, 17:30
Не верифицирован
10 июн 2021, 17:30
2ee75c4
Код
Авторство
О чём код?
<!doctype html> <html ⚡ lang="en"> <head> <meta charset="utf-8"> <title>BeOpinion examples</title> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <link rel="canonical" href="https://www.example.com/url/to/full/document.html"> <script async custom-element="amp-beopinion" src="https://cdn.ampproject.org/v0/amp-beopinion-0.1.js"></script> <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> <script async src="https://cdn.ampproject.org/v0.js"></script> </head> <body> <h2>BeOpinion</h2> <h3>Simple Question</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8c383c46e0fb00017ef05a"> </amp-beopinion> <h3>Question with Tweet</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8c504fc9e77c00018d1f1a"> </amp-beopinion> <h3>Question with Instagram post</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8c50a646e0fb00018039df"> </amp-beopinion> <h3>Question with YouTube video</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8d4f0046e0fb00018bc17d"> </amp-beopinion> <h3>Question with Dailymotion video</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8d7fddc9e77c00019c3f72"> </amp-beopinion> <h3>Question with custom video</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8c5232c9e77c00018d3a3d"> </amp-beopinion> <h3>Survey</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8c3b69c9e77c00018bffeb"> </amp-beopinion> <h3>Quiz</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8c3d1246e0fb00017f2f47"> </amp-beopinion> <h3>Personality test</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8c3ed0c9e77c00018c2d81"> </amp-beopinion> <h3>Form</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8c3f62c9e77c00018c35dc"> </amp-beopinion> <h3>Game</h3> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8c41c846e0fb00017f7093"> </amp-beopinion> <h2>Intentionally non-existing content</h2> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="aaaaaaaaaaaaaaaaaaaaaaaa"> </amp-beopinion> <h2>Unpublished content</h2> <amp-beopinion width="375" height="1" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8afe1746e0fb00017282f7"> </amp-beopinion> <h2>Unpublished content (with fallback)</h2> <amp-beopinion width="375" height="100" layout="responsive" data-account="5a8af83d46e0fb0001720141" data-content="5a8afe1746e0fb00017282f7"> <div fallback> An error occurred while retrieving the content. It might have been deleted. </div> </amp-beopinion> <h2>Ad</h2> <amp-ad width="300" height="1" type="beopinion" layout="responsive" data-name="slot_0" data-my-content="0" data-account="5a8af83d46e0fb0001720141"> </amp-ad> </body> </html>