如何在分享按钮中添加人名

时间:2013-12-17 07:29:33

标签: javascript php magento google-api

我正在尝试在Google Plus上发布一些内容(附带我当前的网站网址)到我的客户网站。


enter image description here


以下是我尝试的代码:

<!-- Place this tag where you want the share button to render. -->
<div class="g-plus" data-action="share" data-annotation="none" data-href="http://www.kamlekar.com"></div>

<!-- Place this tag after the last share tag. -->
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/platform.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>

通过使用上面的代码,我可以获得current url,但我无法弄清楚如何在add people部分添加客户端的Google个人资料名称?

我在此 link 上找到了上述代码。

PS:客户端不在我的Google plus圈子中。

0 个答案:

没有答案