Last images from Flickr

Creating and modifying plugins.
Post Reply
mastaYoda
Regular
Posts: 18
Joined: Wed Feb 08, 2006 12:13 pm
Contact:

Last images from Flickr

Post by mastaYoda »

Image
Flickr.com is an photo hosting and sharing platform by Yahoo. It provides a cool user interface and is widely used. The plugin serendipity_plugin_flickrbadge displays a list of your last images on Flickr in the sidebar. You can find the plugin working in my personal weblog, /usr/portage.

Features:
  • Configuring number of images displayed in the sidebar
  • Configuration the number of image per row
  • Configuring the title
  • Utilizing the special serialize()/unserialize() based API Flickr provides
  • Metadata caching and automized updating process
WARNING: This plugin only works with PHP 5.1 as I'm using extended OOP-features and PHP5-sytax there.
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post by mattsches »

About that API key again ... see my post concerning your YouTube plugin :wink:

Edit: But don't get me wrong, it's absolutely great that someone makes use of those APIs for writing S9Y plugins!
mastaYoda
Regular
Posts: 18
Joined: Wed Feb 08, 2006 12:13 pm
Contact:

Post by mastaYoda »

mattsches wrote:About that API key again ... see my post concerning your YouTube plugin :wink:
It was not YouTube. But the thing with the API-key should be solved in a sensible way, you are right.
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post by mattsches »

Ah, sorry, I'm a little confused here :wink:
Post Reply