Skip to content

Instantly share code, notes, and snippets.

View deroter's full-sized avatar

shinya deguchi deroter

  • ふにす
  • 大阪
View GitHub Profile
@deroter
deroter / embed-twbtn
Created August 25, 2016 14:54
embed-twbtn
<a href="生成されたリンクURL" class="任意のクラス" data-screen-name="Twitterのユーザー名" data-show-count="false" target="_blank">リンク文字列</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<link rel="amphtml" href="https://www.example.com/url/to/amp/document.html">
@deroter
deroter / amp-img
Last active December 19, 2015 14:48
<amp-img src="welcome.jpg" alt="Welcome" height="400" width="800" layout="responsive"></amp-img>
<!doctype html>
<html amp lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui" />
<title>サイト名</title>
<meta name="description" content="サイトの説明文" />
<link rel="canonical" href="example.ampproject.org">
<script type="application/ld+json">
{ "datePublished": "2015-1-14T12:02:41Z", }
<script type="application/ld+json">
{ "datePublished": "2015-1-14T12:02:41Z", }
</script>
<style amp-custom>
/* any custom style goes here */
body {
background-color: white;
}
amp-img {
background-color: gray;
border: 1px solid black;
}
</style>
<style>body {opacity: 0}</style><noscript><style>body {opacity: 1}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
推奨
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
現実的
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui" />
<link rel="canonical" href="http://example.ampproject.org/article-metadata.html" />
<meta charset="utf-8">