« iPhoto XML Viewer | Main | Introduction »
July 14, 2005
Download and Installation
Note: This script requires PHP 5 to workDownload iPhotoViewer .ZIP
Installation:
- Extract Zip file and Upload to your server
- Make a "galleries" directory in the same directory as the uploaded files
- Make the "galleries" directory readable by the public
- All done!
Adding Albums:
- Export Album (example "mytrip") from iPhoto using the Well Formed plugin. Make sure you name the xml file "index.xml"
- Upload the Album to the Gallery directory (keeping the directory stucture of the exported Gallery), so it should have something like this:
http://domain.com/galleries/mytrip/index.xml
- Link to script using
http://domain.com/view.php?gallery=mytrip&num=index
where "mytrip" is the gallery dir name on the server and "num=index" shows the index, or "num=0" shows the first image in the album.
Posted by Dieter at July 14, 2005 09:19 PM