Add del.icio.us Bookmarks to Wordpress
It is simple to include remote RSS feeds into a wordpress template. Here a example using del.icio.us bookmarks.
My del.icio.us bookmarks
< ?php
require_once(ABSPATH . WPINC . "/rss-functions.php");
// url containing and the number of items to fetch
wp_rss("http://del.icio.us/rss/methmann", 10);
?>
Just copy and paste this into the template’s sidebar.php file.
Related posts:
- Syntax Highlight Code in Wordpress Posts
- Moved to Wordpress
- Wordpress plugins
- Does MSN prefer IIS hosts more than apache hosts?
- How to Mount a Remote Filesystem Using SSH and sshfs
- Blog Comment Spam and Wordpress Anti-Spam Plugins
- Remote Control Your Computer with Your iPhone
- GnuPG/GPG: Exporting your Public Key
- Novell Linux Dekstop 10 – a linux desktop redesign
- Emacs visual cheat sheet
Popular Related Items »
