如何在Google+分享的“评论”框中自动填充文字

时间:2017-05-04 11:43:58

标签: javascript google-plus sharing

我想从发布到Google+评论框中收到用户评论。 这是我建立的代码,直到。

<html>
  <head>
    <title>Share demo: Basic page Sharing</title>
    <link rel="canonical" href="http://itexpertsindya.com/projects/maliWeb/maliweb-dev/FrontController/getPostBySelectedDate/2017/04/24" />
    <script src="https://apis.google.com/js/platform.js" async defer>
    </script>
  </head>
  <body>
  <a href="https://plus.google.com/share?url=https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default" 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>

    <g:plus action="share"></g:plus>
  </body>
</html>

0 个答案:

没有答案