search for: flickrtag

Displaying 1 result from an estimated 1 matches for "flickrtag".

Did you mean: clicktag
2007 Mar 05
1
Creating a simple tag plugin
...r: http://www.flickr.com/photos/censi/232006603/} (it then downloads from flickr the description of the photo -- look for example at http://www.dis.uniroma1.it/~acensi/category/sss06.html) This is my flickr.rb: load_plugin ''webgen/plugins/tags/tag_processor'' module Tags class FlickrTag < DefaultTag param ''url'', nil, ''Url of the photo on Flickr.'' register_tag ''flickr'' def process_tag( tag, chain ) url = param( ''url'' ) ... end end end I get ''ERROR -- No default mandat...