Flickr plugin
- Sunday, January 08 2006 @ 05:45 am EST
- Contributed by: Dirk
- Views: 19,581
The Flickr plugin displays thumbnails of Flickr photos on your site and links the thumbnails to their photo pages.
All the plugin does is to implement a [flickr:] autotag. You simply add the photo's id and it does all the rest. What is a photo id? When you view a photo on Flickr, the URL looks something like this:
http://www.flickr.com/photos/dhaun/71877803/
So here "71877803" is the photo's id. Now you simply add that id in the [flickr:] autotag after the colon:
[flickr:71877803]
When the story is displayed, it will show the photo's thumbnail instead of the autotag. Clicking on the thumbnail will take you to the photo page on Flickr (the above URL, in this example).
The plugin will get the photo's title from Flickr and display it as a title attribute when you hover your mouse over the thumbnail. If you'd rather provide your own title, simply enter it after the id:
[flickr:71877803 How to make a penguin fly]
And that's pretty much everything the plugin currently does.