Add del.icio.us Bookmarks to Wordpress

del.icio.us LogoIt 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:

  1. Syntax Highlight Code in Wordpress Posts
  2. Moved to Wordpress
  3. Wordpress plugins
  4. Does MSN prefer IIS hosts more than apache hosts?
  5. How to Mount a Remote Filesystem Using SSH and sshfs
  6. Blog Comment Spam and Wordpress Anti-Spam Plugins
  7. Remote Control Your Computer with Your iPhone
  8. GnuPG/GPG: Exporting your Public Key
  9. Novell Linux Dekstop 10 – a linux desktop redesign
  10. Emacs visual cheat sheet

Popular Related Items »

Leave a Comment