Can we share stuff directly to a Google+ page

google-plus-pages

If I really want to share some stuff to my Google+ Page I have to manually visit my Plus Page, find the page section, find my corresponding page admin section, and finally get to post something.

Just wondering if there is an alternative of some kind.

Best Answer

Here is a bookmarklet to post a page directly to a Google+ page.

After some tinkering, this code for a bookmarklet works nicely to post directly to a Google+ page:

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.