Fetch del.icio.us Bookmarks in WordPress

Include the code below in your active WordPress template, where you want the del.icio.us bookmarks to be displayed.

  1. <?php
  2. require_once(ABSPATH . WPINC . "/rss.php");
  3. // fetches and returns ul with 10 bookmarks from url
  4. wp_rss("http://del.icio.us/rss/klauskjeldsen", 10);
  5. ?>

Another approach is using the Automattic Sidebar Widget, which features replacing the content of the sidebar.

This entry was posted in Meta. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>