I'm trying to build a Google+ share feature on a website just like the one you see on questions here at stackoverflow. When you click that Google+ button an a question it opens a new window to a URL like this: https://plus.google.com/share?url=http://www.stackoverflow.com

I've experimented with this and found that for some reason it only works for a few domains, including stackoverflow.com. For example google.com: https://plus.google.com/share?url=http://www.google.com or eff.org: https://plus.google.com/share?url=https://www.eff.org

Other domains like: https://plus.google.com/share?url=https://www.cnn.com or: https://plus.google.com/share?url=https://www.revision3.com just redirect to my Google+ homepage.

What am I missing here? Why do some domains work and others don't? Is there some metadata present on the pages that work that is missing from the ones that don't? Or perhaps those domains that work were added to some Google+ beta program that I'm not aware of?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 5 down vote accepted

It looks like the new share URL is live now for all domains. The mobile 'hack' no longer appears to work, but something like this: https://plus.google.com/share?url=http://favo.rs does

link|improve this answer
feedback

Update: While still not officially supported by the Google+ platform the share URL does now work for all domains.

https://plus.google.com/share?url=http://example.org


It is probably a limited rollout with a few specific partners. The share URL has not publicly been announced as a supported feature by Google.

Google+ feature requests:

https://code.google.com/p/google-plus-platform/issues/detail?id=50

https://code.google.com/p/google-plus-platform/issues/detail?id=153

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.