Photo blog from Flickr tag(s)

Note: This project is not maintained or updated. It is released to the public domain without warranty or support.

The gist

  1. Upload a photo to Flickr.
  2. Tag it as “blog”.
  3. It shows up automatically in your photo blog.

Features

For an example, see my photo blog. It may seem minimal, but it's extremely full-featured and standards-compliant.

Requirements

Instructions

  1. Download FlickrBlog (tar, gzip).
  2. Unpack it.
  3. Rename “htaccess” to “.htaccess”, or add its contents to the appropriate virtualhosts file. Don’t forget to adjust the RewriteBase.
  4. Edit “index.php” and provide your Flickr API key and other configuration variables.
  5. Grant write access to the “xml” subdirectory.
  6. Optional: for extra efficiency, have your Web server check the cache before calling PHP (see suggested settings in “htaccess”).

This is not a good solution for someone who doesn’t like tinkering under the hood a bit. Experience with Apache, PHP, and XSLT is recommended in case something goes wrong. It is probably most useful to someone looking for a codebase to extend quickly.