blogsiread

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.
Features
- Change widget title
- Automatically selects blogs from “Links” based on “Categories”
- Optional – Show Site Title (either from link name or meta tags)
- Optional – Show Post Title
- Optional – Show Post Excerpt (250 characters max, plain text)
- Optional – Order listing by “as ordered in Links page”, Post Published Date, Link Name, Site Title, Post Title. All can be additionally sorted in descending or ascending order.
- Clicking on entries can open in a new window or in the same window
- You can customise your widget by adding a css class.
TODO
- More customisable layout
- Limit total entries and more importantly, before loading their xml-s
- Complete or co-operative ajax to reduce server load and more importantly, page loading times
- Make the category selector look pretty
- Allow customisable Post Excerpt character limit
- Do that cool thing where the widget title in the admin page is “blogsiread: “
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>
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



