【发布时间】:2012-03-16 10:17:07
【问题描述】:
我想在 Stackoverflow 上点赞。我不想要+1 按钮(加载需要一些时间,所有页面加载都慢一点)。
我查看了源页面并没有找到任何信息......他们是怎么做到的???
在脸书上这是:
url = 'http://www.facebook.com/sharer.php?s=100';
url += '&p[title]=' + encodeURIComponent(title);
url += '&p[summary]=' + encodeURIComponent(text);
url += '&p[url]=' + encodeURIComponent(my_url);
url += '&p[images][0]=' + encodeURIComponent(pic);
这样的东西一定是用于 google+ 分享,但我在搜索过程中没有找到任何有用的信息。
我知道我可以使用这样的 url:https://plus.google.com/share?url=my_url,但这还不够 - 我还需要共享标题、文本和图像,但是为此目的使用什么 url GET 参数?
提前致谢!
【问题讨论】:
-
Google Plus share in a popup 的可能重复项
标签: google-plus share