我想添加 Google 加号按钮。因此用户可以使用 Google plus 分享产品。但是当我点击分享按钮然后点击产品名称,URL 一切都是正确的,除了产品图片。产品图片未正确显示。我编写下面的代码来创建 Google Plus Button 代码。
<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>
我还尝试添加一些元标记来解决此问题,但没有任何反应。
<meta property="og:title" content="..."/>
<meta property="og:image" content="..."/>
<meta property="og:description" content="..."/>
在排序中,我需要在 Google 上显示当前产品详细信息和图像以及共享弹出窗口。
请尽快帮助我。