delicious-remaindered Wordpress Plugin
Download delicious-remaindered.tar.gz
Plugin Name: delicious-remaindered
Plugin URI: http://creativeflurries.com/
Description: Get kottke.org style remaindered links from your del.icio.us
Author: David Singleton
Version: 1.0
Author URI: http://creativeflurries.com/
delicious-remaindered allows you to embed kottke.org style remaindered links on your wordpress
powered blog automatically from pages you tag in del.icio.us
Thanks to Chris Metcalf (http://chrismetcalf.net) whose Del.icio.us Plugin supplied the heavy
lifting for the code which pulls the feeds.
REQUIREMENTS:
* WordPress 1.2 or greater (http://www.wordpress.org)
* MagpieRSS (http://magpierss.sourceforge.net)
INSTALLATION:
1.) Place the plugin (delicious-remaindered.php) in your wp-content/plugins/ directory.
2.) Download MagpieRSS from http://magpierss.sourceforge.net and place it somewhere on your server where your PHP installation can get to it.
The simplest place to install is a directory immediately below wp-content/plugins/. E.g. wp-content/plugins/magpierss-0.72
3.) Create a cache directory that your web server can write to. I created a folder inside wp-content/plugins named “delicious-remaindered_cache”
and chgrp/chmodded it to the proper group permissions.
4.) Edit delicious-remaindered.php and fill out the values in the CONFIGURATION section.
5.) Enable the delicious-remaindered.php plugin in the “Plugins” section of your WordPress administration panel.
USAGE:
From inside the posts iterator loop of your main wordpress template [Main Index Template - index.php] call the function delicious_remaindered(…)
which takes as a parameter the del.icio.us feed (and optionally tag) that you want to use for your remaindered links.
