website logo is displayed when I have post in facebook instead of below image.
<meta property='og:image' content='https://www.cleverfiles.com/howto/wp-content/uploads/2016/08/mini.jpg'/> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:image:width" content="400" /> <meta property="og:image:height" content="300" /> <meta property="og:image:alt" content="banner" />
Hi, Thank you so much for your support and below answers working for us
<meta property="og:title" content="{% CurrentPageInfo.DocumentName |(identity)GlobalAdministrator%}
You need to check the Facebook Developer page and get the suggested sizes for Facebook. Most likely the image isn't large enough.
I have checked this error is displayed.
https://ibb.co/hn6rfm
the error says you've got a number of missing properties. So either it can't reach the page you're expecting or there is some cache version somewhere.
The problem is not size but not defining the other properties like title, url, site_name and type
Check this blog - https://davidwalsh.name/facebook-meta-tags
You can also make use of this debugging tool for open graph from Facebook - https://developers.facebook.com/tools/debug/
I have already add that
https://ibb.co/ir1S36
Great Darpan. My idea was to provide the OP with tools and documentation on how to fix it too. :)
Sorry chetan,I don't mean that you have understood.
Darpan,
Check this site out. You have properties which don't exist in the OG protocol which is why you see errors and your images aren't showing.
I suggest following what the site shows. Of you need a specific size then make sure to crop or adjust your size before setting the propery.
Please, sign in to be able to submit a new answer.