Tuesday, April 5, 2016

Facebook Showing Wrong Thumbnail Image While Sharing Blogger Posts : Error Fixed

As a Blogger, everyone would like to promote his/her posts and largely shared the idea on Facebook. Ever if you have tried sometime you might have observed that there is wrong thumbnail or no thumbnail shown by facebook of our blog post . This is among the most popular issue through Facebook from a few years back nonetheless it will not be resolved till yet. However Facebook isn't much clever to pickup the correct image from your post. You should make the post easy to understand by adding a little piece of chunk code within your blogger template to express to the Facebook robot which usually show image in the Round thumbnail at your wall or groups. So here we are discussing about such a popular topic to fix this error to get proper image of our blog post on facebook.

How to Fix this Issue:

To get accurate thumbnail of our posts by facebook we have to add a little piece of code in our blog templates which tells the facebook that what is our post's main image. Follow steps below:


SEE ALSO: How to Change Links Color in Blogger ?


SHARE Facebook twitter wrong thumbnail image sharing blogger posts error fixing
sharing contenton facebook


  • Go to Template >> Edit >>Html:
  • Find for <head> tag In template:
  • Past the below given code just after the <head> tag

 <meta content='article' property='og:type'/>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.pageName' property='og:title'/>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
Now click on save button: You are almost Done !

Quick Tips to Remember:

Follow these quick tips while you are sharing your blog posts on facebook:

  1. I recommended you to use the PNG format for main image.
  2. Use JPG image format for the rest of all ordinary image inside the post except the main picture.
  3. Always try to add intro image inside the post.
  4. Share your Post on facebook immediately after publishing.
  5. If you change your blogger template make sure to add the above coding again. 

0 comments:

Post a Comment