#1 2007-10-03 19:01:39
- ryanmh
- New member
- Registered: 2007-09-17
- Posts: 4
SmoothGallery + Picasa Web Albums
I'm currently using a slightly modified version of SmoothGallery on my site in conjunction with XML feeds from Picasa Web Albums. I'm hoping to also abstract the commenting and geo-mapping functionality in the near future, but for now it's just pictures!
If there's some interest, I'll happily make the code (PHP) available...
Gallery View: http://photos.ryanmh.net/personal
A Sample Album: http://photos.ryanmh.net/personal/index … %20Uruguay
Ryan
Offline
#2 2007-10-30 09:16:06
- sbaush
- New member
- Registered: 2007-10-29
- Posts: 1
Re: SmoothGallery + Picasa Web Albums
Very good!! Could you send me the PHP code to realize it?
Offline
#3 2007-10-31 08:41:44
- jenj
- New member
- Registered: 2007-10-29
- Posts: 5
Re: SmoothGallery + Picasa Web Albums
it looks very very good it would be very nice if you can share it. !
Offline
#4 2007-12-04 08:45:55
- Gherry
- New member
- Registered: 2007-12-04
- Posts: 1
Re: SmoothGallery + Picasa Web Albums
IS there a way to get the PHP code? Thank you
Offline
#5 2009-07-26 19:53:36
- jrb000
- New member
- Registered: 2009-07-26
- Posts: 1
Re: SmoothGallery + Picasa Web Albums
I wanted to know if I could get the PHP code for the integration of Picasa Web albums into SmoothGallery. I'd also like to know if others are doing the same and how its worked for them. thanks.
Offline
#6 2010-01-22 06:04:06
- pstng
- New member
- Registered: 2010-01-22
- Posts: 1
Re: SmoothGallery + Picasa Web Albums
Hello,
I've coded a php that uses the Zend extension to access picasa and returns a json readed by SmoothGallrey to show the images.
An example:
http://www.pastanaga.net/smoothgallery/ … icasa.html
The html, using ajax to download the json.
I have another example without ajax, just adding a php include, if someone's interested, just say it.
The php script:
http://www.pastanaga.net/smoothgallery/picasa.php.txt
You will have to change the username and password and rename it to picasa.php to get it running
Be careful with the Zend extension you download. I'm using the 1.9.5.
The css may be changed to make the comments more visible.
Offline