Flickrhelper is a quick and easy to use php class that can be accessed by Ajax using jquery. This class will allow you to search by username and tags.
Requirements
- PHP 5
- jQuery (included in the download)
How to install
- 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!

