=== Plugin Name === Contributors: ralfderijcke Donate link: http://www.ralfderijcke.nl Tags: gdata, picasa, thumbnail, thumbnails, gallery, galleries, image, images, picture, pictures Requires at least: 2.8.5 Tested up to: 2.8.5 Stable tag: 0.6 This plugin generates a thumbnail gallery by using pictures from Picasa. == Description == This plugin generates a thumbnail gallery from picasa pictures. To add a thumbnail gallery to a post or page just use the [gdata-picasa] tag and add your required paramters. Short example: [gdata-picasa q="boat" max_results="12"] will search picasa for 12 pictures that are related to boats. The Google Data Picasa API parameters can be used to build your gdata-picasa tag. See the Frequently Asked Questions for more information about the available parameters. == Installation == 1. Upload the `gdata-picasa/` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to gdata-picasa options page 4. Configure your google account and Zend required paths 5. Place `[gdata-picasa parameter="value" parameter2="value2"]` in your templates 6. Your're done! x. Zend_Gdata library is required (See Frequently Asked Questions for more information). x. Remember: in parameter names use _ instead of the - character. == Frequently Asked Questions == = What parameters can i use = The Google Data Picasa API parameters can be used. More information can be found in the Picasa Web Albums Data API: http://code.google.com/intl/en/apis/picasaweb/docs/2.0/reference.html#Parameters = Why does parameter names with a - character not work = In parameter names use the _ character instead of a - character. = Zend_Gdata library = The Zend_Gdata library can be found at the following url: http://framework.zend.com/download/gdata == Screenshots == 1. Not available at this moment == Changelog == = 0.6 = * Catch error messages. * Display picasa icon with cached error message. * Added a CSS class name for thumbnail, image and error = 0.5 = * Album view support. = 0.4 = * First public release. * Changed some code to meet the code standard. == Arbitrary section == In parameter names use _ instead of - characters. == A brief Markdown Example == No brief Markdown.