the Forum

Facebook Share Image is not showing up

Posted on November 16, 2012 by Michael Rosario
Total Posts: 33  |  Join date: 03-12-11

I've been using https://developers.facebook.com/tools/debug and the raw open graph data appears to be correct. I provide facebook the following information:
  • OG:IMAGE [200x200]
  • OG:URL
  • OG:TITLE
  • OG:DESCRIPTION
What gives?

Tags: There are no tags for this entry.

1 answer, add yours below

Posted on on November 16, 2012 at 11:49am
by Michael Rosario

One solution I tried is provide multiple OG:IMAGE instances : small, medium, large, and a default image. So far so good.

<meta property="og:title" content="THE TITLE" />
<meta property="og:url" content="URL HERE" />
<meta property="og:image" content="LARGE IMAGE" />
<meta property="og:image" content="MEDIUM IMAGE" />
<meta property="og:image" content="SMALL IMAGE" />
<meta property="og:description" content="DESCRIPTION HERE" />
<meta property="og:type" content="blog" />
<meta property="og:site_name" content="SITE NAME" />


 
add your answers here
comments powered by Disqus