渲染 G+ 分享按钮不起作用?

Rendering G+ share button is not working?

实际上我不太确定 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+ 已经死了,不是吗?奇怪的是shared link sample仍然部分有效(部分是因为它似乎无法加载我的shared link,总是报告无效link):

<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>

不再支持 Google+ 分享按钮。

Web integrations, such as Plugins and Interactive Posts, have stopped serving.

https://developers.google.com/+/integrations-shutdown