我使用Add To Any库为图片创建社交共享,它在Facebook上运行正常,但我在Google+上遇到问题 这是我尝试的代码
<div>
<script>
var a2a_config = a2a_config || {};
a2a_config.overlays = a2a_config.overlays || [];
a2a_config.overlays.push({
services: ['google_plus', 'facebook', 'telegram', 'twitter'],
size: '50',
style: 'horizontal',
position: 'top center'
});
</script>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<img src="https://static.addtoany.com/images/dracaena-cinnabari.jpg" data-a2a-overlay="true" height="auto" width="auto" alt="okay i change it">
我是直接从“添加到任何”库中获得的,但是我的问题是Google+
有什么建议吗?
非常感谢
答案 0 :(得分:0)
您的图片链接应该在线。
我在我的本地项目中尝试过,尽管图像链接也是本地的。
Google+
不接受此本地链接并回复The link isn't valid
,但是当我在线检查它时,效果很好。