Imago - An Ajax Image Gallery - Release Version 03c
A minor enhancement release with changing the url handling to use the thumbPath and imagePath of gallery.xml. Therefor its more compatible now with SimpleViewer and you can use FlickrViewer to build the gallery.xml from your flickr photosets.
I know its not server independant anymore when you want to use the flickr integration, but currently it was the easiest way. I did take a look on how i could integrate flickr into imago with pure javascript, but wasn't satiesfied with it. The whole configuration is public and thus the api key. Anyways i am not a flickr user, but if theres a further demand of a pure javascript integration you should take a look at our support/donation page.
For a quick view:
Imago Sample Gallery
Imago Sample Gallery with Flickr Integration using FlickrViewer
Whats new?
- changed url handling
- supports FlickrViewer now, just drop the flickrViewer.php where normally your gallery.xml would reside and configure it, add a this.galleryFileName = 'flickrViewer.php'; in your gallery config
Where to get?
download Imago
Bugreports & Suggestions:
As always, just drop a comment or write a mail to support [at] codeboje [dot] de.




By: Jens in
on 7 August 2007 at 17:22 Dustin Senos said …
Very cool to see this integration with FlickrViewer. I am going to make FlickrViewer have more options to make it less SimpleViewer specific. Please let me know if there is anything you come across that you would like to see added into FlickrViewer.
on 8 August 2007 at 12:09 Azarai said …
I noticed that i had to write the gallery title in the php file itself. It'd be better if you could receive it from flickr, eg use the photoset name.
Anyways it seemed to be well done.