Skip to content

Commit ae10ffc

Browse files
committed
Add some og tags to demo page
1 parent 0463578 commit ae10ffc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
2.87 KB
Loading

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
<link rel="stylesheet" type="text/css" href="stylesheets/typography.css">
1717
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css">
1818
<link rel="stylesheet" type="text/css" href="stylesheets/github.css">
19+
20+
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="Tabslet jQuery plugin" />
21+
<meta prefix="og: http://ogp.me/ns#" property="og:type" content="website" />
22+
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="http://vdw.github.io/Tabslet/images/tabslet_logo_single_color_150.png" />
23+
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="http://vdw.github.io/Tabslet/" />
24+
1925
<script type="text/javascript">
2026

2127
var _gaq = _gaq || [];
@@ -36,7 +42,7 @@
3642
<!--[if IE 9]> <body class="ie ie9 lte9"> <![endif]-->
3743
<!--[if gt IE 9]> <body class="ie"> <![endif]-->
3844
<!--[if !IE]><!--> <body> <!--<![endif]-->
39-
<img src="images/tabslet_logo.png" class="screenshot">
45+
<img src="images/tabslet_logo_single_color_150.png" class="screenshot">
4046
<a href="https://github.com/vdw/Tabslet"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
4147
<div id="wrapper">
4248

0 commit comments

Comments
 (0)