Flickr images in the footer

I know have 6 random examples of my Flickr photos appearing in the footer (they’ll change every time the page is refreshed). Really turned out to be simple – just a case of creating a badge using http://www.flickr.com/badge.gne.

After getting to the end of it the only bit that was really needed was the JavaScript in the code they provided. You can then change varying parameters to get what you actually want out – the obvious one being the number of images. If you change the parameter count in the script you can fetch back the number of pictures that you want (I chose 6 for the layout of this page).

If you need to change style then the images provided are in a div with a class of?? .flickr_badge_image that contains an image surrounded by a link. The ones on this page are simply floated left

Comments

Leave a comment