-
-
Save webchimp/22de26afa43852b05b8934f3ac40b169 to your computer and use it in GitHub Desktop.
OG 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="og:title" content="OG Title" /> | |
<meta property="og:site_name" content="OG Site Name" /> | |
<meta property="og:description" content="OG Description" /> | |
<meta property="og:url" content="Site URL" /> | |
<meta property="og:type" content="website" /> | |
<meta property="og:image" content="Image URL" /> | |
<meta property="fb:admins" content="Your Facebook ID" /> | |
<meta property="fb:app_id" content="Facebook App ID" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment