This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Silencesoft RSS Reader

Kuvaus

This is a plugin that allows read some external rss feeds and show it on a page or in a widget.
Sites can be categorized and you can add an image or use a gravatar.

Using Plugin:

Add it on a page:
[sil_rss:0:content:0]
* First Param: 0 – The total of items to show.
With 0 uses the number in options.
* Second Param: content – Type to show (content or widget or feed).
With feed it shows a feed from a site.
* Third Param : 0 – Category to show with content or widget.
With feed option, it uses this parameter to know the feed.

Sample:
[sil_rss:20:content:0] – Show 20 items from all sites.
[sil_rss:5:widget:1] – Show 5 items of category 1 like widget.
[sil_rss:0:feed:1] – Show number of items defined on options from site 1.

Call function:
To show the list calling a function, use:

Params are same like before.

List all blogs:
To show the list of all blogs on a page, use:
[sil_rss_list_blogs]
or call it by a function

RSS:
Your url to subscribe to RSS is:
your_url/?feed=external
Saving OPML:

Your OPML file exported is on:
your_url/?sil_opml

Thanks to

Autoritas Consulting, sponsors of this plugin. 🙂
http://www.autoritas.es/

Asennus

Upload plugin folder to plugins folder.
Chmod 777 cache and images folders.
Change Options as necesary.

Arvostelut

There are no reviews for this plugin.

Avustajat & Kehittäjät

“Silencesoft RSS Reader” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

Käännä “Silencesoft RSS Reader” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

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

Muutosloki

0.6

  • Fixed to use multiple categories on one page.

0.5

  • Deleted some styles.
  • Fixed plugin path.
  • Added option to edit item categories.
  • Added public opml option

0.4

  • Added new options to show or hide categories and links on top of page.
  • Added a new option to show feeds from a site.

0.3

  • First release.