=== Plugin Name === Contributors: pcormack Donate link: none Tags: diigo, bookmark, social, rss, widget, feed Requires at least: 3.0 Tested up to: 3.1 Stable tag: 0.7 Integrates a diigo RSS bookmark feed into your blog. == Description == * Displays bookmarks in a unordered list so output can be styled with CSS. * Links are opened in a new window or tab. * Defaults to 5 posts from my diigo account. == Installation == 1. Extract archive and upload the 'diigoRSS' folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Navigate to 'Plugins' > 'Installed' in the WP admin dashboard. Locate diigoRSS and click activate. 1. Navigate to 'Appearance' > 'Widgets' in the WP admin dashboard. Expand widget to enter the title, diigo username and number of bookmarks to display. 1. Optional: CSS can be customised. `ul.diigoRSS li{ border-bottom:1px dotted #333; } a.diigoRSS{ color:#333; } div.diigoRSS_more{ }` == Frequently Asked Questions == = What are the limitations? = The diigo RSS feed is limited to 20 results. == Screenshots == 1. Admin widget screenshot. 2. Widget demo. == Changelog == = 0.7 = * Updated RSS feed error check. * Added option to add link back to your diigo user page. = 0.6 = * Initial release. == Upgrade Notice ==