Blogger
Sometimes, bloggers encounter issues relating to post thumbnails/image not showing on whatsapp when they switch to some new templates out there, this occurs as a result of lack of thumbnail generating code in such templates.
In this article, i am going to be tutoring you how to fix it permanently by just implementing some lines of code into your template. Now, let's start;
Now, paste this first code under your <head>
Just after that, Paste this one under the <body> inside your template.
Note: You can find the <body> under </head>
Also Read: HOW TO ADD YOAST SEO PLUGIN TO BLOGGER BLOGS
How To Fix Blogger/Blogspot Posts Image Thumbnail Not Showing On Whatsapp
May 04, 2020
2
In this article, i am going to be tutoring you how to fix it permanently by just implementing some lines of code into your template. Now, let's start;
How To Fix Blogspot Post Thumbnail Image Not Displaying On Whatsapp
Firstly, go to theme in your blogger dashboard, after it pops us, click on Edit Html, after this your template html codes will be displayed, then we are good to go.Now, paste this first code under your <head>
<b:if cond='data:blog.postImageUrl'> <meta expr:content='data:blog.postImageUrl' property='og:image'/> <b:else/> <b:if cond='data:blog.postImageThumbnailUrl'> <meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/> </b:if></b:if>
Just after that, Paste this one under the <body> inside your template.
Note: You can find the <body> under </head>
<span itemprop='thumbnail' itemscope='http://schema.org/BlogPosting'> <link href='Image_url here' itemprop='url'/> </span>Or this;
<link itemprop="thumbnailUrl" href="url_image"> <span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject"> <link itemprop="url" href="url_image"> </span>Once you're done adding all this lines of code, then you have successfully fixed the problem.
Also Read: HOW TO ADD YOAST SEO PLUGIN TO BLOGGER BLOGS
Previous article
Next article
Can you please check my website?
ReplyDeleteI've added these codes but all in vein.
What's your url?
Delete