=== Google+ Crossposting === Contributors: sebstein Donate link: http://www.icrc.org/eng/ Tags: google, googleplus, posts Requires at least: 3.0.0 Tested up to: 3.5.0 Stable tag: 1.1.2 Imports your public Google+ activities in your Wordpress blog. == Description == This plugin imports your public activities on Google Plus into your WordPress blog. It creates a post for each Google+ activity you posted. The plugin regulary checks your public Google+ profile for new activities and posts them automatically to your blog. With the Google+ Crossposting plugin, you can keep your blog readers updated on what you are posting on Google+ without everyone requiring to also be on Google+. == Installation == Installation is pretty standard. Just upload the plugin, activate it and check the settings page of the plugin. Here are the details: 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Get your [Google API key](https://code.google.com/apis/console/) 1. Go to the plugin's setting page and enter your Google+ ID and Google API key 1. Make sure to also maintain the other settings on the page 1. After saving the settings, you may want to click on the mass import so that Google+ activities already available on your profile get imported to your blog. == Frequently Asked Questions == = Where do I get my Google+ ID? = Log in to Google+ and click on your name so that you get to your profile page. The URL in your browser should now look something like: https://plus.google.com/VERY-LONG-NUMBER/posts This VERY-LONG-NUMBER is your Google+ ID. Copy just this VERY-LONG-NUMBER to your clipboard and paste it into the corresponding setting field. = Where do I get a Google API key? = 1. Go to (https://code.google.com/apis/console/) and log in. 1. Click on API Access. 1. There you are, it is written next to the API key label. It might be that there is no key yet, but a button to generate one. In that case, click the button first. There should also be a *Generate new key* link on this page. Important: Don't forget to activate your key! It is not enough to just generate one, but you need to activate it on those Google pages, too. = I can't set my Google+ ID or Google API key in the setting form. Why do they disappear? = After you entered a Google+ ID or Google API key in the settings form of this plugin and confirm your change, the plugin will try to access your public Google+ profile. For this purpose, it uses the Google+ ID and the Google API key you provided. If access fails, one of both or even both of them must be wrong. However, the plugin can't determine which one is wrong. Therefore, it removes both settings again to show you that something must have been wrong. = Everything is set up properly, but it doesn't import anything? = This plugin only imports your public Google+ activities. It won't access your private posts on Google+, which you only shared with some circles. If you have never posted anything in public, this plugin won't import anything to your blog. This should prevent that people make something public by accident. If you want something to also appear in your blog, make sure to share it with the public first! = Post titles are still shortened, even if I set length to 0 (meaning unlimited length)? = Google+ itself limits the length of a post title. If you set 0 for the length of the post title, the plugin will import the whole title provided by Google+. If Google+ shortens your title, there is nothing this plugin can do. == Screenshots == 1. Configuration and settings dialog == Changelog == = 1.1.2 = * API key and G+ ID were still removed in some obscure cases if the connect to G+ failed. Now, we try again later. = 1.1.1 = * API key and G+ ID don't get removed anymore in case plugin is unable to connect to the G+ API; it seems that this now happens more often even if all settings are correct; a future version will need a better error reporting mechanism, but unfortunately Wordpress doesn't provide a convenient API for reporting configuration errors to the users and so the plugin will need to come up with an own mechanism * fix a small bug of posts not getting loaded in case no length of title was specified = 1.1.0 = * make sure to post on Google+ that you are using this plugin!!! * feature: set length of title of imported posts * docs: extended list of frequently asked questions = 1.0.1 = * fix: correctly validate Google API key as it may also contain a dash * fix: don't produce PHP warning if Google API is not available for some reason = 1.0 = * initial version * allows importing public Google+ activities in your Wordpress blog == Upgrade Notice == = 1.0 = No notices as that has been the initial version :-)