Replaces the default WordPress post editor with Google Docs.
- Requires PHP 5.4 or greater
- Requires Composer
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- Show Google Doc and hide TinyMCE
- Create a new Google Doc when creating a new post
- Open existing Google Doc when editing an existing post
- Save changes made to Google Doc to TinyMCE
- Make sure Auto Save works
- What happens when users are not logged in to Google
- What happens when users lose their authentication with Google
- What happens when disconnected from the Internet
- Convert existing post to Google Doc
- Use Cloud9 as file editor
- Run composer update in the plugin directory, e.g.
composer update --no-dev --optimize-autoloader
- Log in to the Google Developers Console and create a new project
- Enable Drive API access in your project
- Go to
Credentials
andCreate a new Client ID
underOAuth
. ChooseWeb Application
as your Application Type.
- Use the Drive Badge and Brand
- WordPress Logos and Graphics
- Use ngrok for testing OAuth on your local environment
- OAuth 2 Simplified
- The PHP League's OAuth2 Client 0.11.0