Skip to content

Instantly share code, notes, and snippets.

@joshuacronemeyer
Last active October 22, 2016 06:49
Show Gist options
  • Save joshuacronemeyer/6630dc78b3b6ea6a0bee22bb331a078b to your computer and use it in GitHub Desktop.
Save joshuacronemeyer/6630dc78b3b6ea6a0bee22bb331a078b to your computer and use it in GitHub Desktop.
some basic OG tags for the RBC site
<html>
<head>
...
<!-- Checkout http://ogp.me/ for documentation about Open Graph -->
<!-- After you drop them in. Test/Debug them with this Facebook tool https://developers.facebook.com/tools/debug/ -->
<meta property="og:title" content="Really Bad Chess: Chess With Totally Random Pieces" />
<meta property="og:url" content="http://reallybadchess.com/" />
<meta property="og:description" content="Really Bad Chess is just like chess, but with totally random pieces. Try 8 Knights, 4 Bishops, and 3 pawns — why not? Whether you play chess daily, or quit just after learning the rules, this small twist will open the door to an entire new world of chess." />
<meta property="og:image" content="http://reallybadchess.com/presskit/images/01.png" />
<meta property="og:type" content="website" />
...
</head>
...
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment