Skip to content
vshankar edited this page Sep 13, 2010 · 2 revisions

Welcome to the mod_flickr wiki!

mod_flickr is an Apache module (version 2.0+) to access public photos for a user and display them on a website in a very cool scrollbar.
To start using mod_flickr you would need to a have flickr account with photos uploaded :-). Also, you would need to configure
Apache (via httpd.conf) by giving you flickr keys (which you can get from flickr API site).

Once apache is configured with the above keys (actaully: Key, secret and auth token), you can make use of the Javascript shipped with mod_flickr (not shipped as yet !!!) to put it up on your website. The Javascript uses XHR to call mod_flickr’s handler to get an XML that contains metadata for the configured users public photos/sets etc… and shown them in a neat and clean scroll bar.

Clone this wiki locally