On blog share in facebook the thumb image not comming - wordpress

if i share the blog post in facebook it shows the following like image. My blog in wordpress and i also check in the facebook debug mode.
in facebook debug mode it shows the following error

Check you theme header for tag
<meta property="og:image" content="http://../share.jpg" />
If you this tag are missing you should add this and add link to static image or post featured image.
If you find this tag twice, you should remove one. Also this can be fixed by installing Yoast SEO plugin.

Related

How can I change my wordpress description when search using google search engine

[enter image description here][1]
My website shows an incorrect description when searched on google. my site URL is
Please, how can I change it?
I'd suggest installing Yoast (https://yoast.com/wordpress/plugins/seo/).
Once installed, head to your home page in the backend, and lower on the editing page is the Yoast settings. In here you can edit the description that shows in Google.
If you using custom theme just edit the tag in head:
<meta name="description" content=here">
but for it to change when searched on Google, it usually takes 2 to 3 days

Wordpress: Whatsapp sharing does not show the featured image as thumbail. Instead, it shows the favicon

Link: https://www.rekhanisaraogi.com/2020/05/14/digitization-risk-assessment-it-audit/
Please help.
I am unable to find out the reason for the same.
I installed a SEO plugin (Yoast SEO) and configured it and it got solved on its own. I believe the plugin overrode the header meta data to featured image.

Why og:image is always refer to post first image?

I am using Yoast SEO plugin for and Enable Facebook setting:
And add seperate image for the following post : http://bangla.codingpractise.com/%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%AF%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%E0%A6%BF-%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%A4%E0%A6%BF%E0%A6%A6%E0%A6%BF%E0%A6%A8/internet-download-manager-free-download-for-windows-10-with-crack/
Here is my og:image : http://bangla.codingpractise.com/wp-content/uploads/2018/10/idm-logo.jpg
But when I try to share my post on facebook, it shows the first image of my post: http://bangla.codingpractise.com/wp-content/uploads/2018/10/Capture.png
Any idea?
Try setting the social share image for your page/post in Yoast instead of MashShare. You may not need MashShare at all. I'm not familiar with it.
Here's what the Yoast UI looks like for adding the image.

Why the thumbnail of article is not showing while sharing in fb?

I'm using Facebook opengraph API in my html page meta tags.
I've given the url of the image in the og:image property, but when I share the page in FB, it's not showing the image.
But, after the first time, when I share the article again, the image appears.
Can any one explain why it is happening?
When I share the same article in whatsapp it is showing the image for the first time only.
Thanking you in advance.
Facebook has a cache of scraped links, and the first time you're sharing the link, the image isn't available in FB cache.
You can use the FB precaching tool to "force" a first scrape of your page, or you can add og:image meta tags to your page:
<meta property="og:image:width" content="300"/>
<meta property="og:image:height" content="300"/>
Read the link above for more information about FB sharing.
Be sure to check how FB "see" your page using the debugger.

Featured imaged not showing wordpress

In my wordpress blog, I would like to select a featured image so that when url is shared on social network like facebook it has an image. but I do not want that image to show up on the page or the post of website.
You should modify the template responsible for post visualisation and add the OpenGraph meta tag.
Here's the documentation:
https://developers.facebook.com/docs/sharing/webmasters#markup
The tag you need is "og:image":
<meta property="og:image" content="<your image path>" />
It is not a big problem. There are lot of plugins from wordpress by which you can set featured image for any posts.
Here is the link to the plugin
Featured image plugin
you have to modify the single.php file and page.php file.
You can remove the code segment that show featured image from the above two files.
also there are some plugin may do this functionality,
you can check this, But I haven't check this one.
https://wordpress.org/plugins/hide-featured-image/

Resources