=== 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.5 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_result="12"] will search picasa for 12 pictures that are related to boats. 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 == 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. 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. = Why do i get a lot of errors = Did you have the Zend_Gdata library installed? http://framework.zend.com/download/gdata == Screenshots == 1. Not available at this moment == Changelog == = 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.