If you look at your PicasaWeb album, you can embed your album into any page using an iframe. That will display your photos within your site, it doesn't integrate them with your site.
Right now, there's no API for PicasaWeb, but a few projects have used the RSS feed to access an album. ex: CFPicasa
That might be a start to accessing an album inside drupal.
Code generator to make a block and then place it on a Drupal page. Not super configurable but it's still something. Maybe someone could run with it a bit and take it to the next level.
I have created a very simple module for Drupal 6.x to display my picasa albums. It can be downloaded from http://www.kevincarbonaro.com under the Projects section.
Currently it is still in beta, however it is working without any noticable problems.
I have added some support for lightbox2 module as well. The photos are all loaded directly from google's servers, thus saving you a lot of website bandwidth traffic.
The intention is to have a very very simple working module, no complexities :) I would appreciate some feedback and if you do modify the code, kindly send your modification to me as well, so we can improve the module together.
Comments
Picasa generates static html
Picasa generates static html album. You can't "integrate" it. You can just modify source and make it a node.
What about random image? And
What about random image? And post thumbnail to blog?
Google picasa doesn't help
Google picasa doesn't help you here with Drupal.
Using Picasa Web
If you look at your PicasaWeb album, you can embed your album into any page using an iframe. That will display your photos within your site, it doesn't integrate them with your site.
Right now, there's no API for PicasaWeb, but a few projects have used the RSS feed to access an album. ex: CFPicasa
That might be a start to accessing an album inside drupal.
You can use
You can use this:
http://phydeauxredux.googlepages.com/Phydeaux_PWA_Widget_Creator.html
Code generator to make a block and then place it on a Drupal page. Not super configurable but it's still something. Maybe someone could run with it a bit and take it to the next level.
API Available
Google has recently made the data API available for integration:
http://code.google.com/apis/picasaweb/
--------
http://3to1studios.com
--------
http://3to1studios.com
Picasa Module
http://drupal.org/project/picasa
Wonderful!
Wonderful!
Thanks for making this one.
txcrew
--------
http://3to1studios.com
Great module. I wait for the
Great module.
I wait for the new version to come: one album per user :D
Display public Picasa albums in Drupal
I have created a very simple module for Drupal 6.x to display my picasa albums. It can be downloaded from http://www.kevincarbonaro.com under the Projects section.
Currently it is still in beta, however it is working without any noticable problems.
I have added some support for lightbox2 module as well. The photos are all loaded directly from google's servers, thus saving you a lot of website bandwidth traffic.
Demo: http://www.kevincarbonaro.com/photopic
The intention is to have a very very simple working module, no complexities :) I would appreciate some feedback and if you do modify the code, kindly send your modification to me as well, so we can improve the module together.
Kevin C.
Thank you Kevin! I will test
Thank you Kevin!
I will test it.
Thank you Kevin
It really worked for me.!
S. Nelson
Why not on drupal.org?
Hi Kevin!
It seems you have made a nice module there but I wonder, why haven't you submitted it as a module on drupal.org?
Do you know how it compares with http://drupal.org/project/picasa_node_album?
Patrick