picasa web

Since the day Picasa Web Albums came out, I wanted to embed the photos on my site, and I did, a while ago, by using some server-side script to parse the RSS feed PWA has. Now I have found a new (and easier) way for everyone to display their Picasa Web Albums photos on their site. All you need to do is to include these two lines in the page(s) you want the photos to be displayed on.

<script type=”text/javascript”>username = ‘your.username’; photosize=’800′;</script>
<script type=”text/javascript” src=”http://googlified.com/pwa.js“></script>

You will have to change the username’s value to whatever your PWA username is, and change the photosize’s value to the one that fits your site. (There are some restrictions on the photosize’s value, you can read more about it here) Just that easy. :)

You can find a working example here.

UPDATE: This project is now maintained Jesse Berman and is hosted on SourceForge.net. You are still welcome to contribute here though. :)