Skip to content

Instantly share code, notes, and snippets.

@ebinnion
Created December 4, 2012 06:59
Show Gist options
  • Save ebinnion/4201369 to your computer and use it in GitHub Desktop.
Save ebinnion/4201369 to your computer and use it in GitHub Desktop.
Open Graph Tags
<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />
<!--
og:audio - A URL to an audio file to accompany this object.
og:description - A one to two sentence description of your object.
og:determiner - The word that appears before this object's title in a sentence. An enum of (a, an, the, "", auto). If auto is chosen, the consumer of your data should chose between "a" or "an". Default is "" (blank).
og:locale - The locale these tags are marked up in. Of the format language_TERRITORY. Default is en_US.
og:locale:alternate - An array of other locales this page is available in.
og:site_name - If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., "IMDb".
og:video - A URL to a video file that complements this object.
Twitter Cards Extra - http://yoast.com/twitter-cards/
<meta name="twitter:card" value="summary">
<meta name="twitter:site" value="@yoast">
<meta name="twitter:creator" value="@michielheijmans">
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment