=== RSS llama === Contributors: oooorgle Donate link: http://oooorgle.com/plugins/wp/rss-llama/ Tags: rss, feed, reader, subscribe, subscription, aggregation, news Requires at least: 4.2.2 Tested up to: 4.4 Stable tag: trunk License: CopyHeart License URI: http://copyheart.org Simplify the way you stay informed. == Description == Stay on top of the news and information you need without repeatedly checking multiple web sites for updates. RSS llama simplifies the way you stay informed and helps you take control. == Installation == 1. Upload the "rss-llama" folder to the "/wp-content/plugins/" directory. 2. Activate the plugin through the "Plugins" menu in WordPress. 3. To include this plugin in a template file: do_shortcode( '[rss-llama]' ); or, to include this plugin in a page or post: [rss-llama] * by default all rss feeds are included. To show just a single category, include the category name: [rss-llama cat='Category Name'] 4. Populate an "RSS Address" field in one or more of your WordPress Links to include them in the list. == Frequently Asked Questions == None yet. == Upgrade Notice == None. == Changelog == = Version 0.4 = * Can now limit to a single link category. [rss-llama cat='Category Name'] * Replaced link query with function get_bookmarks(). * Updated language file. = Version 0.3 = * Fixed broken url to admin css file. * Removed global variables and replaced with class public variables to avoid conflicts. * Including reference links in comments. * Summary buttons to be disabled while fetching single feed. * Updated language file. = Version 0.2 = * Updated "Submit Link" validation. It will also now accept https links. * Rplaced jQuery(document).ready wrapper for wp_enqueue_script in footer. * Summary buttons are now disabled while fetching summary feeds. = Version 0.1 = * Initial Release == Screenshots == 1. Admin page 2. Admin page 3. Single Feed 4. Summary Feed