I am playing around with adding meta property to my wordpress website with SSL certified. I send the link to skype and whatsapp the og:image not working. I tried with many plugins and without plugin direct html code into my wordpress theme header but still not working. Anyone help me to guide with suitable plugin or wp code to achieve this. Thanks in Advance.
<meta property="og:site_name" content="Multi-functional Online Shopping Cart | 新山网店模板设计 " />
<meta property="og:url" content="https://mybizcart.com.my" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Home" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://mybizcart.com.my/logo.jpg" />
<meta property="og:image:secure_url" content="https://mybizcart.com.my/logo.jpg" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />


