=== G3Client === Author: Florian Stoffel Contributors: Donate link: Tags: image, gallery, gallery3, g3 Requires at least: 3.0.0 Tested up to: 3.0.5 Stable tag: 0.1.2 G3Client embedds Gallery3 resources into a Wordpress posting or page. == Description == G3Client embedds Gallery3 resources (albums, photos) into a Wordpress posting or page. It requires the following software available on the server: * PHP 5 (tested with 5.3, recommended) * Wordpress 3 (tested with 3.0.5) * Gallery3 with REST API (tested with Gallery3 3.0.1) * PHP CURL Extension or HTTP_Request2 (http://pear.php.net/package/HTTP_Request2/) == Installation == 1. Upload g3client.zip to the `/wp-content/plugins/` directory 2. Unzip g3client.zip 3. Install and activate `G3Client` in the plugin manager 4. Make sure you've enabled the rest api in Gallery3 5. Open `Settings` -> `G3 Client` 6. Set the Gallery3 api settings (api base url and api key) 7. Add the shortcode to a post/page: [g3client] You can easily modify the default style sheet, it is located in `/wp-content/plugins/g3client/css/`. == Frequently Asked Questions == = Can http basic authentication be used with G3Client? = Yes, just specify it in the Gallery3 api base url as follows: http://username:password@example.com/gallery3/index.php/rest/ == Screenshots == 1. The preferences page 2. The embedded gallery created by G3Client (default style sheet) 3. Embedded gallery showing an album containing an album and photos 4. Full image view using the lightbox (fancybox) == Upgrade Notice == = 0.1.1 to 0.1.2 = No interaction required == Changelog == = 0.1.2 = * removed HTTP_Request2 dependency, the more common php curl extension is now used by default * added missing shortcode documentation for items per row = 0.1.1 = * first public release