|
10 | 10 | <link rel="stylesheet" href="style.css"> |
11 | 11 | <link rel="stylesheet" href="customoptions.css"> |
12 | 12 | <link rel="stylesheet" href="lib/prism.css"> |
13 | | - <meta property="og:title" content="jQuery Selectric"> |
14 | | - <meta property="og:type" content="website"> |
| 13 | + |
| 14 | + <meta property="og:title" content="jQuery Selectric"> |
| 15 | + <meta property="og:type" content="website"> |
15 | 16 | <meta property="og:description" content="Fast, simple and light jQuery plugin to customize HTML selects"> |
16 | | - <meta property="og:url" content="http://lcdsantos.github.io/jQuery-Selectric/demo.html"> |
17 | | - <meta property="og:site_name" content="jQuery Selectric"> |
18 | | - <meta property="og:image" content="http://lcdsantos.github.io/jQuery-Selectric/share.jpg"> |
| 17 | + <meta property="og:url" content="http://lcdsantos.github.io/jQuery-Selectric/"> |
| 18 | + <meta property="og:site_name" content="jQuery Selectric"> |
| 19 | + <meta property="og:image" content="http://lcdsantos.github.io/jQuery-Selectric/share.jpg"> |
| 20 | + |
| 21 | + <meta name="twitter:card" content="summary_large_image"> |
| 22 | + <meta name="twitter:site" content="@lcdsantos"> |
| 23 | + <meta name="twitter:creator" content="@lcdsantos"> |
| 24 | + <meta name="twitter:title" content="jQuery Selectric"> |
| 25 | + <meta name="twitter:description" content="Fast, simple and light jQuery plugin to customize HTML selects"> |
| 26 | + <meta name="twitter:image:src" content="http://lcdsantos.github.io/jQuery-Selectric/share.jpg"> |
| 27 | + |
| 28 | + <link rel="author" href="https://plus.google.com/110463198138936295653/posts"> |
19 | 29 |
|
20 | 30 | <link rel="stylesheet" id="theme" href="selectric.css"> |
21 | 31 | <style id="template" style="display: none;"></style> |
@@ -375,5 +385,8 @@ <h3>Sizes</h3> |
375 | 385 | ga('require', 'displayfeatures'); |
376 | 386 | ga('send', 'pageview'); |
377 | 387 | </script> |
| 388 | + |
| 389 | + |
| 390 | + |
378 | 391 | </body> |
379 | 392 | </html> |
0 commit comments