wordpress-snowflake icon indicating copy to clipboard operation
wordpress-snowflake copied to clipboard

Syndicate to Google+ from WordPress mobile app

Open boobboo opened this issue 12 years ago • 2 comments

Great plugin, although syndication is not possible through the Wordpress mobile app, can you add the capability to auto-syndicate the posts on to Google+

Thanks

Chris

boobboo avatar Aug 25 '13 16:08 boobboo

There are two things that make it particularly difficult to do this from mobile:

  1. Google+ doesn't have a real write API for the stream. If they did, you could trigger that from an XML-RPC call from the mobile app. As it is, the best we can do is with the javascript widget Google provides
  2. The mobile apps are not extensible from WordPress plugins. This would be the other option, where a +1 button is somehow embedded in the mobile app, either using the Google provided mobile widget, or using the same javascript widget in a webview (I'm not even sure if that work). Making the mobile apps extensible is certainly not trivial... it's something I've thought about doing for a while, but haven't really explored it seriously

I'll leave this open as a feature request for mobile, but know that it is not likely to happen until one of the two above issues is addressed

willnorris avatar Aug 26 '13 17:08 willnorris

Thanks for the prompt answer - it is bummer Google have not publically opened the write API, I think it has been opened to certain partners :-(, I still love your plugin, found it from the Wired article recently

Thanks

Chris

boobboo avatar Aug 26 '13 21:08 boobboo