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 == "item"'>
<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?
