We'll create fresh WordPress site with blogsiread installed. You have 20 minutes to test the plugin after that site we'll be deleted.
blogsiread is a highly customisable widget inspired by Blogger’s “Blogs I Read” function that takes excerpts from other blogs (via Links) and displays them in a small widget on your blog.
For those who are using a custom CSS Class, structure of widget content is as follows (some lines may not be displayed at all depending on widget options – see #):
<p class=”yourCustomClassName”>
# <a rel=”sitetitle”….</a> OR if site url is blank: <span rel=”sitetitle”……</span>
# <a rel=”posttitle”….</a> OR if post url is blank: <span rel=”posttitle”……</span>
# <span rel=”desc”>…CONTENT…</span>
<span rel=”timeago”>…TIME…</span>
</p>