- Compatible XF Versions
- 2.1, 2.2
- Visible Branding
- No
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
Widget setup:
To add a RSS feed widget in the sidebar do the following:
1) Admin Control Panel -> Appearance -> Widgets
2) Add widget
3) Select HTML Add widget
4) Enter the following:
Widget key = feed_reader
Title = News
Display in positions = Forum list: Sidebar
Template =
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=http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml'
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.Widget setup:
To add a RSS feed widget in the sidebar do the following:
1) Admin Control Panel -> Appearance -> Widgets
2) Add widget
3) Select HTML Add widget
4) 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>