My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Install  

Featured, Phase-Deploy
Updated Apr 5, 2009 by winn.g...@gmail.com

Install Flickrhelper

  1. Download the zip files or checkout the latest from the SVN.
  2. Unzip into the web server or localhost.
  3. Open flickrhelper.php and edit the following line to reflect your real API Key
define('FLICKR_KEY', '000001010000a0');
  • Now open sample.html and edit the tags and username area.
$("#LoadPicsHere").load("flickrhelper.php",{username: 'UserName', tags: 'cars, boats'}, function(){
     $("a.lightbox").lightBox();
});
  • Save all files and upload back to the server / localhost. Point your browser to the sample.html file and enjoy!

Sign in to add a comment
Powered by Google Project Hosting