Skip to content

Commit

Permalink
Add Facebook Open Graph Meta Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvilar committed Dec 8, 2017
1 parent 35de9e5 commit 000a3dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,600" rel="stylesheet" type="text/css">
<link href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css">
<link href="./style.css" rel="stylesheet" type="text/css">
<meta property="fb:admins" content="XXXXXXXXX-fb-admin-id"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:title" content="Ken Vilar - Dice Game"/>
<meta property="og:description" content="A simple dice game using pure JavaScript"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://github.com/kenvilar/dice-game"/>
<meta property="og:image" content="https://raw.githubusercontent.com/kenvilar/dice-game/master/dice.png"/>
<meta property="og:image:width" content="200"/>
<meta property="og:image:height" content="200"/>
</head>
<body>
Expand Down

0 comments on commit 000a3dd

Please sign in to comment.