View on GitHub

jQuery Picasa Gallery

jQuery plugin that displays your public picasa web albums on your website in a photo gallery

Download this project as a .zip file Download this project as a tar.gz file

Example

Installation

HTML:

<div class='picasagallery'></div>

Javascript:

$(document).ready( function() {
    $('.picasagallery').picasagallery( {username:'alan.hamlett'} );
} );

Default Options:

{
    username: '', // Your Picasa public username
    hide_albums: ['Profile Photos', 'Scrapbook Photos', 'Instant Upload', 'Photos from posts'], // hidden album names
    link_to_picasa: false, // true to display link to original album on Google Picasa
    thumbnail_width: '160', // width of album and photo thumbnails
    title: 'Picasa Photo Gallery', // title shown above album list
    inline: false, // true to display photos inline instead of using the fancybox plugin
    auto_open: false, // true to automatically open first image in fancybox after user clicks an album
}

Download

https://github.com/alanhamlett/jQuery-Picasa-Gallery/tarball/master

Project Page

http://alanhamlett.github.com/jQuery-Picasa-Gallery

License

Released under the MIT license. Uses the fancyBox jQuery plugin, which is free for non-commercial use.