是否可以在不使用+1按钮的情况下共享/发布到Google+?
例如,像普通的tweet按钮一样,可以使用url链接:http : //twitter.com/share? url= httpetcetcetc
是否可以在不使用+1按钮的情况下共享/发布到Google+?
例如,像普通的tweet按钮一样,可以使用url链接:http : //twitter.com/share? url= httpetcetcetc
Answers:
是的你可以。
https://plus.google.com/share?url=YOUR_URL_HERE
编辑:从2012年3月起,它可在所有站点上使用。
可在Google Developers网站上找到有关此共享方法的文档。
新的Google分享链接:http : //plus.google.com/share?url=YOUR_URL
为了安全连接:
https://plus.google.com/share?url=YOUR_URL
对于Wordpress:
https://plus.google.com/share?url=<?php the_permalink(); ?>
是的 使用链接:
https://m.google.com/app/plus/x/?v=compose&content=YOUR_TEXT
这是“分享网址”(不用于加号)按钮。
如果这行不通(不适用于我),请尝试以下网址:
https://plusone.google.com/_/+1/confirm?hl=ru&url=_URL_&title=_TITLE_
或查看此解决方案:
截至2011年7月25日,答案是否定的。
我查看了他们的Javascript,看来他们目前不希望任何人直接为+1访问其api。
执行+1按钮所有工作的Javascript如下:
https://apis.google.com/js/plusone.js
如果通过Javascript清理程序运行它,则可以看出他们已使用各种功能(仅以字母开头并不断引用自己并进行隐密的操作)来混淆了代码。
我认为在接下来的几周或几个月中,他们将发布基于链接的共享api,因为我们需要从Flash和其他不依赖纯html和js的基于Web的格式进行共享的事实。
plusone.js
,除非他们单击它。
<meta property="og:title" content="Ali Umair"/>
<meta property="og:description" content="Ali UMair is a web developer"/><meta property="og:image" content="../image" />
<a target="_blank" href="https://plus.google.com/share?url=<? echo urlencode('http://www..'); ?>"><img src="../gplus-black_icon.png" alt="" /></a>
this code will work with image text and description please put meta into head tag
我使用了wordpress网站中的以下链接来共享我的博客,它们工作正常:
whatsapp分享:https : //wa.me/?text =(some-text )(您的链接)
脸书分享:https : //www.facebook.com/sharer/sharer.php?u=(您的链接)
Linkedin分享:http : //www.linkedin.com/shareArticle? mini=true&url =(您的链接)
google-plus:https://plus.google.com/share?url =(您的链接)
你不能。Google Plus已停产。单击此处的任何链接以获得任何答案,请转到以下文字:
Google+不再适用于消费者(个人)帐户和品牌帐户
我们Google+小组的所有人,
感谢您使Google+成为如此特别的地方。
有一部分显示“ G Suite”继续使用该产品,但是截至2020年2月,G Suite列出的聊天和社交服务是环聊,而不是Google+。
该格式https://plus.google.com/share?url=YOUR_URL_HERE
在记录了文档https://developers.google.com/+/web/share/
,但是此文档已被删除,可能是因为Google+的任何部分都没有继续开发。如果您怀旧,可以通过Archive.org链接查看该API过去所说的内容。