Macro to display a flickr slideshow in blog post, document, or thread.
usage: <code>paramlist</code>
parameters:
nsid: a flickr user account's id. can be found using http://idgettr.com/
tags: flickr tags to search on
set: flickr set id to display
height: height in pixels, default 500
width: width in pixels, default 500
parameters are all optional but at least one is necessary
exmaples:
show user 43295402@N00's photostream:
<code>nsid=43295402@N00</code>
show photos user 43295402@N00 has tagged with monkey
<code>nsid=43295402@N00,tags=monkeys</code>
show photos from set 72157594344061488
<code>set=72157594344061488</code>
show photos from the entire flickr community tagged as lemur in 200x300 frame
<code>tags=lemur,height=200,width=300</code>
Clearspace 1.X Plugin Files