Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I share a post on Facebook, the thumbnail that Facebook crawls from my blog is 72x72, which is very small for me as I would prefer a 154x154 one.

I tried implementing og: tags on my HTML editor, but the issue remains

(I used below :

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta content='article' property='og:type'/>
<meta expr:content='data:blog.pageName' property='og:title'/>
<meta expr:content='data:blog.canonicalUrl' property='og:url'/>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
</b:if>

)

Here's what i mean: http://goo.gl/dIJmz

The object debugger on Facebook is giving me this message: "Inferred Property The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags. Small og:image All the images referenced by og:image should be at least 200px in both dimensions. Please check all the images with tag og:image in the given url and ensure that it meets the recommended specification."

All the images on my blog are more than 200px, however I feel like Facebook is crawling the default thumbnail size from blogger, which I don't know how to change.

Can anyone help me?

share|improve this question
Well, fixed it, for anyone interested with the same issue, the solution is here: jsfiddle.net/tovic/hzQN7 – user2015872 Feb 1 at 14:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.