myBlogmarks
I’ve created a simple plugin that enables you to show your list of blogmarks directly in your blog. Example:

Instructions:
To install the plugin, unzip the zip archive into the wp-content/plugins directory of your Wordpress installation.
Then open up the Plugins tab of the Wordpress administration interface and click on the Activate link for myBlogmarks.
Then open up the Plugins tab of the Wordpress administration interface and click on the Activate link for myBlogmarks.
To generate the list of blogmarks, call the getMyBlogmarks(’your-blogmarks.net-username’, items) function at the point in your template where you would like the blogmarks displayed. Items is the number of blogmarks you are interested in showing.
Example: getMyBlogmarks(’joe’, 10)

