=== Google Photos Picker ===
Contributors: iwongu
Tags: post, google photos, images
Donate link: https://paypal.me/iwongu
Requires at least: 4.4
Tested up to: 4.4.3
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This is a plugin that enables you choose images in Google Photos and inserts them in img tags in text mode post editor.

== Description ==

This is a plugin that enables you choose images in Google Photos and inserts them in img tags in text mode post editor.  This plugin requires you create a project in Google Developers Console to have your own API credentials.

Here are steps to create your own API credentials.

1. Create a project in [Google Developers Console](https://console.developers.google.com/)
1. Enable `Google Picker API`
1. Create a API key (Browser key)
1. Create an OAuth 2.0 client ID
  * Add your blog hostname (e.g. http://foobar.com) in `Authorized JavaScript origins`
1. Set the browser key and OAuth 2.0 client ID in the plugin settings menu.
  * You can find the plugin settings menu in `Settings -> Media`


== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Use the Settings->Plugin Name screen to configure the plugin
1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)


== Frequently Asked Questions ==

= A question that someone might have =

An answer to that question.


== Screenshots ==

1. 'Google Photos Picker' button in post editor
2. Google Picker to choose photos
3. Added img tags


== Changelog ==

= 1.0 =
* Initial version.


== Upgrade Notice ==

= 1.0 =
* Initial version.


