0

i want to create a photo gallery for my html website. which should contain album wise photo management. previously i was embedding picasa web album to the website. but now they have stopped support for that. so can anybody suggest me an idea. whether i can integrate flicker or any other other photo platform which support this ?

i want the album like this. http://ahamlett.com/jQuery-Picasa-Gallery/

enter image description here

Prabu
  • 530
  • 2
  • 9
anandd360
  • 298
  • 3
  • 14
  • Picasa Web Albums Data API is still available https://developers.google.com/picasa-web/docs/3.0/developers_guide_protocol So you can use it and build your own photo library as you want – Save Mar 28 '17 at 10:03
  • no its not working now. – anandd360 Mar 31 '17 at 05:34
  • I mean these requests are still work. Requesting a list of albums https://picasaweb.google.com/data/feed/api/user/{userID} Requesting a list of photos https://picasaweb.google.com/data/feed/api/user/{userID}/albumid/{albumID} – Save Mar 31 '17 at 08:26

1 Answers1

1

Please try with this nanoGALLERY,

http://nanogallery.brisbois.fr/

Prabu
  • 530
  • 2
  • 9