My favorites | Sign in
Project Home Downloads Wiki Source
Search
for
DeliciousFeed  
Display your latest bookmarks on your blog.
Habari, Plugin
Updated Jun 15, 2010 by elo...@gmail.com

Introduction

DeliciousFeed is a widget plugin to allow you display your latest bookmarks on your blog.

Installation

  1. Extract the file.
  2. Put the folder deliciousfeed to /user/plugins and activate it.
  3. Copy and paste the following line to your theme.
  4. <?php $theme->deliciousfeed(); ?>

Configuration & Customization

After activated it, click Configure button to setup the plugin. Most of following options are required and have to be set properly.

  • Delicious Username – Your login name on Delicious.
  • Tags (seperate by space) – (Optional) Put tags here which you want it to be included, put multiple tags will get an intersection of tags.
  • № of Posts – Limit the results to the given number, between 1 and 100 (default 15).
  • Cache Expiry (in seconds) – Number of second after the call that the cache will expire.

You can copy deliciousfeed.php to your theme directory and modify the HTML output.

Advanced Usage

You can pass parameters when you call $theme->deliciousfeed() in the theme. This way, you can have more than one DeliciousFeed on a page. Please see FlickrFeed for an example.

You do not have to put every parameters, missing parameters will use what you have set in admin. Following are supported parameters.

Name Value allowed
user_id Your Delicious username
tags Space separated tags
num_item Positive integer
cache_expiry Positive integer

Download

Changelog

  • 0.2 (2008-08-26)
    1. Support custom settings when call.
    2. Fix cache conflict in multiple sites.
    3. Fix a stupid bug on validate_uint(). (You will never pass this validation! XD)
    4. Change license to Apache License 2.0

Sign in to add a comment
Powered by Google Project Hosting