Install Flickrhelper
- Download the zip files or checkout the latest from the SVN.
- Unzip into the web server or localhost.
- 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!