- Compatible XF 2.x versions
-
- 2.0
- 2.1
Description:
Allows reading RSS feeds in a page.
This add-on will allow members to read selected RSS feeds in a page. The feeds are displayed in HTML so any device can read the feed.
Installation:
Add 'feedreader/?url=<![CDATA[BBC News - Home]]>' to your forum URL. This example will show the BBC feed in a page. To show your favorite feed, change the URL portion in the example.
Here's a live example:
https://www.southbayriders.com/foru...s/newsonline_world_edition/front_page/rss.xml
Widget setup:
To add a RSS feed widget in the sidebar do the following:
Widget key = feed_reader
Title = News
Display in positions = Forum list: Sidebar
Template =
Allows reading RSS feeds in a page.
This add-on will allow members to read selected RSS feeds in a page. The feeds are displayed in HTML so any device can read the feed.
Installation:
- Download Andy-FeedReader-1.0.zip and unzip it.
- Copy the src/addons/Andy/FeedReader directory to your server.
- From the Admin Control Panel Install the add-on.
Add 'feedreader/?url=<![CDATA[BBC News - Home]]>' to your forum URL. This example will show the BBC feed in a page. To show your favorite feed, change the URL portion in the example.
Here's a live example:
https://www.southbayriders.com/foru...s/newsonline_world_edition/front_page/rss.xml
Widget setup:
To add a RSS feed widget in the sidebar do the following:
- Admin Control Panel -> Appearance -> Widgets
- Add widget
- Select HTML Add widget
- Enter the following:
Widget key = feed_reader
Title = News
Display in positions = Forum list: Sidebar
Template =
<a href="https://www.southbayriders.com/forums/feedreader/?url=http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml">BBC</a>