Skip to content

Instantly share code, notes, and snippets.

@ianthompson
Created October 6, 2016 09:39
Show Gist options
  • Save ianthompson/b913a68a38d1901f9b6352c65ce39c95 to your computer and use it in GitHub Desktop.
Save ianthompson/b913a68a38d1901f9b6352c65ce39c95 to your computer and use it in GitHub Desktop.
Open Graph meta data for images
<meta property="og:image" content="http://example.com/ogp.jpg" />
<meta property="og:image:secure_url" content="https://secure.example.com/ogp.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment