clipped from: paulstamatiou.com   
HOW TO Quickie: Embedded Flickr Slideshows

Dig those flash Flickr slideshows? All that’s needed is a bit of code to embed them within your website to give your readers something dynamic.


<iframe align=center src=http://www.flickr.com/slideShow/index.gne?user_id=12345678@N00&tags=foo frameBorder=0 width=500 scrolling=no height=500></iframe>

Place this somewhere on your website or within a blog post. Change user_id from 12345678@N00 to your flickr id, which you can find out with this idgettr. Also replace foo with the tags of the photos you wish to display.


Other parameters include the following:


  • tag_mode=

  • set_id=

  • group_id=

  • If you want to use one of these extra parameters just add it after your user_id with a separating ampersand (&).