|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
Picasa Webalbum IntegratorPWI is a jQuery plugin for displaying pictures stored on Picasa on web page. It has a lot of configuration options, to customize it according to the needs of your website. There is no need to edit the JavaScript files, configuration takes place in the HTML file, by overriding the default settings. Some of the features of PWI:
Take a quick look at the demo's here or look at the Wiki latest version: 1.5.0 (last update: 18 Sep. 2011) latest BETA version: 2.0.0 (last update: 18 Dec. 2011) Updates v2.0 BETA
Updates v1.5
Updates v1.4.1
Updates v1.4
Well, download the latest package http://code.google.com/p/pwi/downloads/list with the code and samples and start playing! Any personal comments, remarks or other things you would like to say are welcome at jdiderik(at)gmail.com. Please ask your questions at our community-group site here Like what you see, feel free to donate ABOUTA no-refresh, ajax-ian, high-speed, simple to include, Picasa web album placement javascript library... This javascript library enables you to place your Picasa Web Albums on your own site without the need of server side code and extensive programming knowledge. LINKSDemo: http://www.kunstuk.com/pwi/ Group: http://groups.google.com/group/pwi-en HOWTO
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<link href="css/pwi.css" rel="stylesheet" type="text/css"/>
<script src="js/jquery.pwi.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#container").pwi({
username: 'tester'
});
});
</script>Enjoy! Current dependencies/tested withThe current version is tested with jQuery 1.6.2 & plugins:
And optionally uses: roadmapFuture options might be:
REMARK: This script might only work if your files are on a webserver, although it works on my Mac with FF3. So upload to your website inside a directory called /pwi (or somewhere else) If you don't have a webserver that you can place the files on, or need a simple local server? Then try a webserver server like http://www.lighttpd.net/ |