Add basic Facebook opengraph metadata

This will make it more visually appealing when the link is shared on Facebook -- increasing engagement, likes, stars, reviews, etc.
This commit is contained in:
Lee Reilly 2014-08-17 23:01:43 -07:00
parent 0c90e1c2cd
commit 22c4f26ec9
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -3,6 +3,15 @@
<head>
<title>Hextris</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, minimal-ui"/>
<meta property="og:url" content="http://hextris.github.io/hextris/" />
<meta property="og:site_name" content="Hextris" />
<meta property="og:title" content="Hextris" />
<meta property="og:description" content="An addictive puzzle game inspired by Tetris." />
<meta property="og:type" content="website" />
<meta property="og:author" content="https://www.facebook.com/hextris" />
<meta property="og:image" content="http://hextris.github.io/hextris/images/facebook-opengraph.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="stylesheet" href="style/fa/css/font-awesome.min.css">