WordPress Plugins

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:

  1. Download the file and unpack it to wp-content/plugins.
  2. give right permissions to the directory WebPicasa/cache.
  3. Activate the plugin
  4. Configure the plugin
  5. 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:

IMG_3574.JPGIMG_1342.JPGimg_1929.jpgimg_1899.jpgimg_1871.jpgimg_1868.jpgimg_1849.jpgimg_1813.jpgimg_1754.jpgimg_1750.jpgimg_1740.jpgimg_1739.jpgimg_1722.jpgimg_1717.jpgimg_1714.jpgimg_1699.jpgimg_1668.jpgimg_1554.jpgimg_1497.jpgimg_0112.jpgimg_0165.jpgimg_0066.jpgimg_0100.jpgcimg2181.jpgcimg1972.jpgcimg1821.jpgcimg1615.jpgcimg1750.jpgcimg1417.jpgcimg1418.jpgcimg1432.jpgimg_2619.jpg

My Gallery: Gallery

Some infos about the implemenation (german): Picasa Web Alben in die eigene Homepage integrieren