Winn.ws

FlickrHelper

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

How to 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!

Download

Download the latest version

posted in: 1 04.05.09