=== RSS llama === Contributors: oooorgle Donate link: http://oooorgle.com/plugins/wp/rss-llama/ Tags: rss, feed, reader, subscribe, subscription, news, blog Requires at least: 4.2.2 Tested up to: 4.4.1 Stable tag: trunk License: CopyHeart License URI: http://copyheart.org Simplify the way you stay informed. Categorize your rss feeds into useful pages. == 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. = * Display summaries of a single category or all of your links rss feeds in organized pages. * With the option to hover over each to get a breif description you can be informed before clicking through. * Fetch the last hour, day, week or month of posts from the links displayed or just a single sites feed. * Convenient navigation buttons for manually browsing feeds. * Fields for visitors to refer links via email. ( enabled/disabled in admin ) * Field for filtering posts that contain unwanted content. * Each link can be ommitted from the summary by de-selecting the checkbox next to it. * Align the sidebar to left or right. * Customized heading colors to match your theme. == Installation == = Install via Dashboard = * Go to *Plugins* -> *Add New* -> *Upload*. * Search for *rss-llama*. * Click *Install Now*. * Activate the plugin through the *Plugins* menu in the Dashboard. = Install via .zip file = * After downloading, go to *Plugins* -> *Add New* -> *Upload Plugin*. * Click *Browse* and select the rss-llama.zip file. * Click *Install Now*. * Activate the plugin through the *Plugins* menu in the Dashboard. = Install via FTP = * After downloading and extracting the rss-llama.zip file. Upload the *rss-llama* folder to the */wp-content/plugins/* directory. * Activate the plugin through the *Plugins* menu in the Dashboard. = Usage and Shortcodes = * To include this plugin in a template file: do_shortcode( '[rss-llama]' ); or, to include this plugin in a page or post: [rss-llama] * Populate an "RSS Address" field in one or more of your WordPress Links to include them in the list. * by default all rss feeds are included. To show just a single category, include the category name: [rss-llama cat='Category Name'] == Frequently Asked Questions == * "But I have a lot of links - I don't want feeds from them all. Is this all or nothing?" * You can display all links or just links from a specific category. * "Does this plugin use Cookies?" * Yes. Cookies are used to store filter terms and for sites that have been de-selected in the index. == Upgrade Notice == * None. == Changelog == = Version 0.6 = * **Change** Javascript variables now use wp_localize_script. * **Fix** Renamed javascript file to prevent triggering false violations in Mod_Security. The word "cookie" is not allowed in filename. * **Fix** Reset option was not being applied when deactivating plugin. * **Add** Text box for a description of link submissions. = Version 0.5 = * **Add** Category buttons in the header. * **Add** Tabs to the admin pages. * **Change** Plugin class public variables to private. = Version 0.4 = * **Add** Ability to limit to a single link category. [rss-llama cat='Category Name'] * **Change** Replaced link query with function get_bookmarks(). = Version 0.3 = * **Fix** Broken url to admin css file. * **Fix** Global variables and replaced with class public variables to avoid conflicts. * **Change** Including reference links in comments. * **Fix** Summary buttons to be disabled while fetching single feed. = Version 0.2 = * **Fix** "Submit Link" validation to now accept https links. * **Change** jQuery(document).ready wrapper for wp_enqueue_script in footer. * **Fix** 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