用于在Google Plus上分享帖子的示例代码,并使用google plus api获取帖子的评论

时间:2014-03-20 06:30:52

标签: google-plus

我想在google +上分享一篇帖子并使用google + api javascript代码获取评论。请将示例代码发送给我,以便分享并获得相同帖子的评论。

谢谢

1 个答案:

答案 0 :(得分:0)

 <!-- Place this tag where you want the share button to render. -->
<div class="g-plus" data-action="share"></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>

您也可以参考 https://developers.google.com/+/web/share/