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.