=== Picasaedissimo === Contributors: chaos0815 Tags: widget, picasa, images, sidebar, plugin Requires at least: 2.0.2 Tested up to: 2.5.1 Stable tag: 1.2 Displays photos from a Picasa Webalbum RSS feed. == Description == Picasaedissimo is a plugin to display the latest or random images from a selected Picasa Webalbum RSS feed in your sidebar. This is a modified version of the Picasaed plugin by [Jon Link](http://taisteal.atomiclemur.com/picasaed/ "original Picasaed"), since his stopped working and it seems he stopped developing it. For comments and suggestions drop by at [www.gofloripa.net](http://www.gofloripa.net/picasaedissimo/ "Picasaedissimo comments"). == Installation == 1. Upload `plugin-name.php` and the `langauges` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to Presentation -> Widgets and add the widget to your sidebar 1. Adjust position of the widget on the sidebar (optional) 1. Click 'Edit' next to configure the widget: 1.1. Enter the url of the Picasa RSS feed 1.1. Enter an optional widget title 1.1. Enter the number of images you want the widget to display 1.1. Check 'Randomize Images' if you, yes you guessed it, want the widget to display random images from the feed 1. Save your settings == Frequently Asked Questions == = How can i adjust the look of the Widget? = Use the CSS-Class "picasaedissimo_image" to adjust the image appearance, and the "picasaedissimo" ID to adjust the ul and li tags. e.g. `.picasaedissimo_image { width: 14em; padding: 1px; border: solid 4px #fff } #picasaedissimo ul li {text-align:center}` == Screenshots == 1. Configuration of the widget. == Changes == V 1.2 Added i18n. Now including pt_BR, de_DE and en_US. feel free to update them since i only whopped them up real quick.