RSS llama

Descripcion

Display summaries of all your links rss feeds in an organized page. 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.

  • WordPress allows you to store a set of external links, also known as your blogroll. These links can be put into categories, imported, exported, added, deleted, and edited. The link categories can also be added, deleted, and edited. This article describes how: Links Manager instructions.
  • As of Version 3.5, the WordPress Links Manager and blogroll are by default hidden for new installs and any existing WordPress installs that do not have any links. RSS Llama retrieves RSS feeds from the WordPress Links Manager. If you do not have a links manager you can download and install the Links Manager plugin here: links Manager plugin.

Screenshots

  • Admin page
  • Admin page
  • Single Feed
  • Summary Feed

Installacion

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 block, 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']

FAQ

  • « 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.

Reviews

16 març 2017
I can't believe no one has reviewed this plugin yet. This is my favorite RSS reader plugin for WordPress. The design is simple (no clutter or unessasary settings). It works great too right out of the box. It also has some nice JavaScript effects.
Read all 1 review

Contributors & Developers

“RSS llama” is open source software. The following people have contributed to this plugin.

Contributors

Translate “RSS llama” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

Version 1.0.2

  • Change Update shortcodes tab in admin panel.

Version 1.0.1

  • Fix Initial page load counting all links instead of just those with rss.
  • Fix RSS Link description text needs to be escaped with esc_attr.

Version 1.0.0

  • Fix Security fixes and coding standards update. (phpcs.php – WordPress coding standards)
  • Fix Refer link emails not being sent.
  • Change Versioning changed to Semantic Versioning. (Major.Minor.Patch)

Version 0.6.2

  • Fix CSS adjustments.
  • Change « Next, Previous and Top » feed buttons updated to use WordPress’ Dash-icons. « View the Post: » icon in single feeds updated as well.

Version 0.6.1

  • Fix Display links menu for installs after 3.5 which disable it by default. New installs will now have the Links menu available in the Dashboard.

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