https://github.com/uriweb/uri-rss-reader
https://github.com/uriweb/uri-rss-reader
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/uriweb/uri-rss-reader
- Owner: uriweb
- License: gpl-3.0
- Created: 2024-12-06T19:18:48.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-20T18:26:07.000Z (about 1 year ago)
- Last Synced: 2025-03-30T06:33:22.923Z (about 1 year ago)
- Language: PHP
- Size: 535 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# URI RSS Reader
The URI RSS Reader plugin displays an RSS news feed via a shortcode.
## What's New in 1.2.1?
This is a bug fix release that adds cache busting to the css and js files.
## 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"]```
### style
Choose a display style: "default" or "ticker".
Note: The "ticker" style doesn't display the date or excerpt. It only displays 3 items. \
default: "default" \
Ex: ```[uri-rss-reader url="{url}" style="ticker"]```
## Plugin Details
[](https://travis-ci.com/uriweb/uri-plugin-template)
[](https://www.codefactor.io/repository/github/uriweb/uri-plugin-template/overview/master)
[](https://www.codacy.com/app/uriweb/uri-plugin-template?utm_source=github.com&utm_medium=referral&utm_content=uriweb/uri-plugin-template&utm_campaign=Badge_Grade)
[](https://david-dm.org/uriweb/uri-plugin-template?type=dev)
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.2
Stable tag: 1.2.1