FotoBuzz
FotoBuzz is a Flash applet for Flickr-style annotations that can plug into folderblog with just a few minutes' work. See it in action here.Installation for folderblog 2.02
To integrate FotoBuzz into your folderblog:
- Download FotoBuzz and upload the contents of the zip file to your folderblog directory.
- Change line 112 of your folderblog.php from:
$fbimage="<img src=\"$photo_directory$images[$thisimage]$file_extension\"
alt=\"" . strip_tags($date) . "\" $size[3] />";
to:$fbimage="<img src=\"$photo_directory$images[$thisimage]$file_extension\"
alt=\"" . strip_tags($date) . "\" $size[3] class=\"fotobuzz\" />"; - Continue with steps 2 & 3 of the FotoBuzz setup guide.
- Make sure your permissions are set to 777 (read/write/execute all) on each of your photos.
Installation for folderblog 3.xx
To integrate FotoBuzz into your folderblog:
- Download FotoBuzz and upload the contents of the zip file to your folderblog directory.
- Follow all the steps described in the FotoBuzz setup guide, applying them to your template_main.php file.
- Make sure your permissions are set to 777 (read/write/execute all) on each of your photos.
Edit This Entry: