crowdfavorite / wp-social

A social web integration plugin for WordPress. (Twitter, Facebook, etc.)
http://wordpress.org/extend/plugins/social
GNU General Public License v2.0
182 stars 59 forks source link

Support Google+ #9

Open alexkingorg opened 12 years ago

alexkingorg commented 12 years ago

When they release an API

leogallego commented 12 years ago

Is this enough? https://developers.google.com/+/api/

Or something is missing?

alexkingorg commented 12 years ago

Write support is missing.

leogallego commented 12 years ago

By write support, you mean posting to G+ (or broadcasting, as you call it in the plugin)?

Can't be used for the login at least, as Facebook and Twitter? Or when I login with one of this and post a comment, the comment is broadcasted to the user profile too?

Regards.

alexkingorg commented 12 years ago

To revisit at end of Feb and see if Google+ has a write API available. Re-evaluate options at that time.

palpalani commented 12 years ago

+1

alexkingorg commented 12 years ago

Oops, errant commit message.

RicaNeaga commented 12 years ago

Support for Google+ would be fantastic. Hope you'll reopen this and maybe include it in a future version like social 3.0 :)

alexkingorg commented 12 years ago

Reopened - but Google needs to give us a write API before this can be considered.

snarfed commented 11 years ago

agreed, write API is necessary for full support, and google has said that's not coming anytime soon.

...having said that, you could still support everything except broadcast in G+. if users manually broadcast their own links, you can use the read API to search the user's posts for links that point back to the blog, then aggregate the comments like you do with FB and Twitter.

i actually wrote a service that does this a while back: http://brid.gy/ . feel free to check out the source; it's not in PHP but it's pretty straightforward.

alexkingorg commented 11 years ago

Last we discussed this the decision was to wait until we have API parity, but I'm sure we will discuss again for the next release.

alexkingorg commented 11 years ago

May be possible now: https://developers.google.com/+/api/latest/moments

lucianosb commented 11 years ago

There is a hack to add support for Google+ Comments. It is not an API but could be a start to have a third tab for Google+ on WP´-Social. I've tested this hack and it works well.

More details here: http://dashburst.com/how-to-add-google-comments-to-any-webpage-or-blog-unofficially/

dltj commented 10 years ago

Hmmm, yes -- specifically a CreateActivity: "Use this type when your user creates a creative work such as a photo, blog entry, or microblog post."

alexkingorg commented 10 years ago

At this time, there is no plan to add Google+ support to the plugin or proxy service.

xnite commented 10 years ago

Google+ allows writing through the API now. I hope this means Google+ integration in the near future?

RicaNeaga commented 10 years ago

The Google+ write API is finally here, via Moments... https://developers.google.com/+/api/latest/moments/insert

So will this mean you'll reconsider implementing this (very) important feature soon?

BTW, the interface of Google+ Comments is just WOW! But what really matters is giving to readers the oportunity to comment directly, via just having a gmail account, without any other additional logging in steps.

Thanks! :)