Google Plus分享内容

时间:2013-07-18 07:46:05

标签: html share google-plus

我正在为移动版网站制作一些社交分享按钮,而且我在通过Google Plus分享特定内容方面遇到了一些麻烦。

我正在做的是以下内容:

<a href="https://m.google.com/app/plus/x/?v=compose&content=CONTENT" target="_blank" class="gplus-counter" id="gplus_share"></a>

我在互联网上找到了这个解决方案(如果我记得确切的话,会提供链接)并且它工作得很好,只是没有设置URL的内容参数,因为我想共享文本并链接到页面我&#39这是一个问题。

1 个答案:

答案 0 :(得分:-1)

所以看起来我找到的解决方案有点过时了,所以我用这个替换了代码并且运行良好:

<a href="https://plus.google.com/share?url=URL" target="_blank" class="gplus-counter" id="gplus_share"></a>