This is a modified version of del.icio.us widget by Automattic. The widget is bundled together with WordPress Widgets plugin.
Some changes that I’ve made:
- Using WordPress’s built-in RSS handlers instead of JSON.
- Now rendered with Microformat xFolk.
- Choose number of item to be displayed using drop down menu.
- By default it will display all public items tagged as wordpress instead of using the empty WordPress’s del.icio.us account.
Feel free to grab and use the modified version: del.icio.us with xfolk widget.
[...] unterstützen wollen, ist das sicherlich eine gute Möglichkeit. YiGG it! – Digg it! – Blink it! – Track withco.mments [...]
I believe you need to add
include_once(ABSPATH . WPINC . ‘/rss.php’);
before line 56 where you call the fetch_rss function
at least I had to.