1

我们需要一个书签,以便在特定的 G+ 业务页面上轻松共享 URL。

我在这里找到了 Martin Stobbs 的一种方法:http: //goo.gl/xCvbL但这不再起作用了。

因此,我在业务页面上共享时正在查看网络流量,但不幸的是,请求是 POST,因此无法在书签中使用它们。

4

1 回答 1

-1

Um, use this:

javascript:void(window.open('https://plus.google.com/u/0/b/xxxxx/share?ur\l='+encodeURIComponent(location),
     'Share to Google+','width=600,height=460,menubar=no,location=no,status=no'));

Replace the xxxx with the first number in your Google+ page's URL.

Or use my (not very good) extension: https://chrome.google.com/webstore/detail/share-on-google-plus-page/hemkpfchihlepkmclhjnhmemabkilobj

于 2015-10-04T19:57:55.757 回答