Picasa Gallery jQuery Plugin by Alan Hamlett <alan.hamlett@gmail.com>
Displays your public picasa web albums
HTML:
<div class='picasagallery'></div>
Javascript:
$(document).ready( function() { $('.picasagallery').picasagallery( {'username':'alan.hamlett'} ); } );
Default Options:
{
'username' : '',
'hide_albums' : ['Profile Photos', 'Scrapbook Photos', 'Instant Upload', 'Photos from posts'],
'thumbnail_width' : '160'
}