uriweb/uri-rss-reader

A RSS Reader that displays news feeds.

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v1.0.0 2025-02-11 18:57 UTC

This package is auto-updated.

Last update: 2025-02-11 21:05:42 UTC


README

The URI RSS Reader plugin displays an RSS news feed via a shortcode.

How do I use the shortcode?

Paste the shortcode into a page to display the news feed.

Parameters:

url

The url of the rss feed.
default: null
Ex: [uri-rss-reader url="https://www.uri.edu/news/tag/college-of-arts-and-sciences/feed"]

display

How many posts to display.
default: 20
Ex: [uri-rss-reader url="{url}" display="5"]

exclude

Any posts to exclude from display.
default: null
Ex: [uri-rss-reader url="{url}" exclude="{first_url}, {second_url}"]

cache

Cache time-out.
default: 1 hour
Ex: [uri-rss-reader url="{url}" cache="30 minutes"]

include_excerpt

Display the excerpt.
default: true
Ex: [uri-rss-reader url="{url}" include_excerpt="false"]

include_date

Display the date.
default: true
Ex: [uri-rss-reader url="{url}" include_date="false"]

include_image

Display the thumbnail image.
default: true
Ex: [uri-rss-reader url="{url}" include_image="false"]

Plugin Details

Master Build Status CodeFactor Codacy Badge devDependencies Status

URI RSS Reader Plugin
An RSS reader plugin that displays a news feed via shortcode.

Contributors: Alexandra Gauss
Tags: plugins
Requires at least: 4.0
Tested up to: 6.7.1
Stable tag: 1.0.0