我想从发布到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>