LibraryGeekGirl's Google Reader Subscription List

This plugin enables you to place links on a page or post, using a shortcode, from your Google Reader subscriptions.

Author:D Ruth Bavousett (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.4.2
Plugin version:1.0
Added to WordPress repository:11-11-2012
Last updated:11-11-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.librarygeekgirl.net/downloads/
Total downloads:500
plugin download
Click to start download

This plugin lets you choose to include or exclude links from your Google Reader subscriptions by adding parameters to the shortcode.

[lgg_reader]

will include all subscriptions, from all labels.

[lgg_reader include="label1,label 2"]

will only list subscriptions in label1 and label 2. These are case-insensitive, but must be spaced and punctuated just like they are in Google Reader.

[lgg_reader exclude="label1"]

will list everything but label1 items.

Some notes on this:

  • an "include" directive will moot an "exclude" directive, in every case, and only include what is listed.
  • if you forget and use include="all" or include="*", it will DWYM, which is include="".
  • links that have no label in Google Reader are placed in the group "unfiled".
[lgg_reader include="friends" hide_header=1]

The hide_header directive is useful if you're only listing one label; it hides the header to the bulleted list.