实际上,我不确定G +是否仍然存在。但是我的网页需要渲染这样的按钮,因此我可以轻松地在Google周围找到官方的Google文档页面(https://developers.google.com/+/web/share/#example-async-defer)中的以下代码段:
<html>
<head>
<title>Share Demo: Deferred execution with language code</title>
<link rel="canonical" href="http://www.example.com" />
</head>
<body>
<g:plus action="share"></g:plus>
<script>
window.___gcfg = {
lang: 'en-US',
parsetags: 'onload'
};
</script>
<script src="https://apis.google.com/js/platform.js" async defer></script>
</body>
</html>
但是它不起作用,没有任何渲染。 我几乎以为这只是死亡的信号。是的,G +已经死了,不是吗?奇怪的是,共享链接示例仍然可以部分工作(部分是因为它似乎无法加载我的共享链接,总是报告无效链接):
<a href="https://plus.google.com/share?url={URL}"
onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;">
<img src="https://www.gstatic.com/images/icons/gplus-64.png"
alt="Share on Google+"/></a>
答案 0 :(得分:1)
不再支持Google+共享按钮。
Web集成(例如插件和Interactive Post)已停止提供服务。