Created
January 21, 2015 20:32
-
-
Save clineamb/8763f0d3bf8a59d48a38 to your computer and use it in GitHub Desktop.
Facebook OpenGraph Meta Tags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta property="fb:app_id" content=""> | |
<meta property="og:type" content="website"> | |
<!-- see: https://developers.facebook.com/docs/reference/opengraph/ for other types --> | |
<meta property="og:url" content="http://..."> | |
<meta property="og:title" content="Your Website - Article"> | |
<meta property="og:image" content="http://...png/jpg/etc"> | |
<meta property="og:description" cotnent="Lorem ipsum dolor est..."> | |
<meta property="og:site_name" content="Your Website"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment