Adding the blogroll to your sidebar

After you have activated the plugin, the widgets are available in your widget-configuration-page.

If you don't use a widget-ready theme, you can add the following template tag to your theme:

<?php feedreading_blogroll(); ?>

This template-tag will generate an unordered html-list

<ul>
	<li><!-- lots of list-items containing your bookmarks--></li>
</ul>