|
1 | | -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html ⚡ lang="en"> |
3 | | -<head> |
4 | | - <meta charset="utf-8"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
5 | 5 | <title>amp-social-share</title> |
6 | | - <link rel="canonical" href="//example.com" > |
7 | | - <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> |
8 | | - <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> |
| 6 | + <link rel="canonical" href="//example.com" /> |
| 7 | + <meta |
| 8 | + name="viewport" |
| 9 | + content="width=device-width,minimum-scale=1,initial-scale=1" |
| 10 | + /> |
| 11 | + <style amp-boilerplate> |
| 12 | + body { |
| 13 | + -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both; |
| 14 | + -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both; |
| 15 | + -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both; |
| 16 | + animation: -amp-start 8s steps(1, end) 0s 1 normal both; |
| 17 | + } |
| 18 | + @-webkit-keyframes -amp-start { |
| 19 | + from { |
| 20 | + visibility: hidden; |
| 21 | + } |
| 22 | + to { |
| 23 | + visibility: visible; |
| 24 | + } |
| 25 | + } |
| 26 | + @-moz-keyframes -amp-start { |
| 27 | + from { |
| 28 | + visibility: hidden; |
| 29 | + } |
| 30 | + to { |
| 31 | + visibility: visible; |
| 32 | + } |
| 33 | + } |
| 34 | + @-ms-keyframes -amp-start { |
| 35 | + from { |
| 36 | + visibility: hidden; |
| 37 | + } |
| 38 | + to { |
| 39 | + visibility: visible; |
| 40 | + } |
| 41 | + } |
| 42 | + @-o-keyframes -amp-start { |
| 43 | + from { |
| 44 | + visibility: hidden; |
| 45 | + } |
| 46 | + to { |
| 47 | + visibility: visible; |
| 48 | + } |
| 49 | + } |
| 50 | + @keyframes -amp-start { |
| 51 | + from { |
| 52 | + visibility: hidden; |
| 53 | + } |
| 54 | + to { |
| 55 | + visibility: visible; |
| 56 | + } |
| 57 | + } |
| 58 | + </style> |
| 59 | + <noscript |
| 60 | + ><style amp-boilerplate> |
| 61 | + body { |
| 62 | + -webkit-animation: none; |
| 63 | + -moz-animation: none; |
| 64 | + -ms-animation: none; |
| 65 | + animation: none; |
| 66 | + } |
| 67 | + </style></noscript |
| 68 | + > |
9 | 69 | <script async src="https://cdn.ampproject.org/v0.js"></script> |
10 | | - <script async custom-element="amp-social-share" src="https://cdn.ampproject.org/v0/amp-social-share-latest.js"></script> |
11 | | -</head> |
| 70 | + <script |
| 71 | + async |
| 72 | + custom-element="amp-social-share" |
| 73 | + src="https://cdn.ampproject.org/v0/amp-social-share-latest.js" |
| 74 | + ></script> |
| 75 | + </head> |
12 | 76 |
|
13 | | -<body> |
| 77 | + <body> |
14 | 78 | <amp-social-share id="one" type="email"></amp-social-share> |
15 | | - <amp-social-share id="two" type="twitter" ><div id='twoChild'>Child</div></amp-social-share> |
16 | | - <amp-social-share id="three" height='400' width='400' type="tumblr"></amp-social-share> |
17 | | - <amp-social-share id="four" type="meow" data-share-endpoint="endpoint" ></amp-social-share> |
18 | | - <amp-social-share id="five" type="meow" ><div id='fiveChild'>Child</div></amp-social-share> |
19 | | - <amp-social-share id="six"><div id='sixChild'>Child</div></amp-social-share> |
20 | | -</body> |
| 79 | + <amp-social-share id="two" type="twitter" |
| 80 | + ><div id="twoChild">Child</div></amp-social-share |
| 81 | + > |
| 82 | + <amp-social-share |
| 83 | + id="three" |
| 84 | + height="400" |
| 85 | + width="400" |
| 86 | + type="tumblr" |
| 87 | + ></amp-social-share> |
| 88 | + <amp-social-share |
| 89 | + id="four" |
| 90 | + type="meow" |
| 91 | + data-share-endpoint="endpoint" |
| 92 | + ></amp-social-share> |
| 93 | + <amp-social-share id="five" type="meow" |
| 94 | + ><div id="fiveChild">Child</div></amp-social-share |
| 95 | + > |
| 96 | + <amp-social-share id="six"><div id="sixChild">Child</div></amp-social-share> |
| 97 | + <amp-social-share id="seven" type="facebook"></amp-social-share> |
| 98 | + </body> |
21 | 99 | </html> |
0 commit comments