I want to add a google plus button. Thus, the user can share products using Google plus. But when I click the sharing button, then the product name, URL are all correct except for the product image. Product image is not displayed correctly. I am writing the code below to generate the Google Plus button code.
<a href="#" onclick="popUp=window.open('https://plus.google.com/share?url=my_product_url', 'popupwindow', 'scrollbars=yes,width=800,height=400');popUp.focus();return false">Share on Gogole+</a>
I am also trying to add some meta tags to solve this problem, but nothing happens.
<meta property="og:title" content="..."/> <meta property="og:image" content="..."/> <meta property="og:description" content="..."/>
In sorting, I need to display the current product data and image on Google plus sharing.
Please help me as soon as possible.
google-plus magento
Indian
source share