Does anyone know How can I simply display images from picasaweb album? I have registered user in picasaweb, and I would like to display this images some how in drupal galery. Is this possible? Drupal serwer is to samll for images so its good idea to have them on picasa serwer and only displaying them.

Thx for repiles:)

luk

Comments

kovalev’s picture

luk94’s picture

Well thx

I`m thinking mayby it`s better to use someting else-like use a blok with random picture, or a few random pic? Any ideas how to do that? Does picasa module works god with it?

pmoor81’s picture

I created a small Google App Engine application that serves a tiny snippet of Java Script displaying a random image from a Picasa Web Albums gallery. Checkout out the details at http://moor.ws/blog/2009/08/09/embed-a-random-picasa-web-gallery-picture...

All you need to do is put

<script type="text/javascript" src="http://rndpic.appspot.com/user/your.username"></script>

onto your page.