When a user clicks on the Facebook share then I want to share an image which is linked "og:image "button but not a share this image
I have added some meta tags for the Facebook share button as mentioned below.
<meta property="og:url" content="https://www.mydomain.co/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="KIWI" />
<meta property="og:description" content="How much does culture influence creative thinking?" />
<meta property="og:image" content="https://www.mydomain.co/KiwiSite/img/hero-bg.png" />
<meta property=" og:image:width " content="650" />
<meta property="og:image:height" content="315" />
<meta property="og:image:alt" content="Not found image" />
I have following below link
Anyone have idea how to share an image which we have applied on "og:image" tag.
It seems like your code should work fine. Here's the meta property tag from my website...
Here is the share URL...
And here is the result:
Works great!
If you're still not sure, why not check out the Official Facebook Sharing Debugger. This should give you more useful information about problems in your URL. For instance, the status seems to be good for the URL we've been sharing so far...