<?php
require_once 'sspclass.php' ;
$myflickr = new makeSSPxml('images.xml',3600) ;
$myflickr->debug(true) ;
$myflickr->number(15) ;
$myflickr->add_interesting() ;
$myflickr->add_favorites('34021154@N00') ;
$myflickr->add_pool('16978849@N00') ;
// $myflickr->set_thumb($myflickr->indiv_thumb('22942108@N00')) ; #You would uncomment this statement to use a different thumbnail from the default for the photoset
$myflickr->add_photoset('1426133') ;
$myflickr->finish() ;
$myflickr->emit_headers() ;
?>
Download the class and instructions here
Any errors from the code will be printed next.
Last modified on Friday 1st October, 2010. Content © 2001-2012.