WebPicasa
With this plugin you can include your Picasa Web Albums into your blog.
Some Features:
- Gallery overview
- Images are displayed usinWordpress g the lightbox 2 script
- Full adminstration with the wordpress interface
- Insertion of an album into a post is possible with the tag [WebPicasa:Name of the Album]
- Caching of the images
- nice url’s if you are using rewrite rules
Download: WebPicasa-0.3.tar.gz
Install:
- Download the file and unpack it to wp-content/plugins.
- give right permissions to the directory WebPicasa/cache.
- Activate the plugin
- Configure the plugin
- Add the gallery to the sidebar.php of your theme with follwing sniplet:
<?php global $webPicasa; if ( is_object($webPicasa) ) { ?> <li> <h2><a href="<?php echo $webPicasa->getGalleryUrl(); ?>">Gallery</a></h2> <ul> <?php $webPicasa->displayMenu(); ?> </ul> </li> <?php } ?>
Quellcode herunterladen: web_picasa_sidebar.php
Example for the insertion:
My Gallery: Gallery
Some infos about the implemenation (german): Picasa Web Alben in die eigene Homepage integrieren






























