williamcho / flarum-rss
Publishes an RSS 2.0 feed of publicly visible discussions at /rss, with admin-configurable item count and summary length.
Package info
github.com/William1607cho/flarum-ext-rss
Type:flarum-extension
pkg:composer/williamcho/flarum-rss
v1.0.0
2026-07-29 16:25 UTC
Requires
- flarum/core: ^2.0
README
Publishes an RSS 2.0 feed of publicly visible discussions on this forum at /rss.
Features
- Only includes discussions visible to guests (same visibility rule as the forum's sitemap).
- Each item includes title, link, publish date, and a plain-text summary of the first post.
- Admin-configurable:
- Max items — how many discussions to include in the feed (default 500).
- Summary length — how many characters of the first post to include, HTML stripped (default 500).
Usage
Enable the extension, optionally adjust the settings below, then subscribe to https://yourforum.com/rss in any RSS reader.
Live example: https://forum.william-cho.com/rss — feel free to check out a real RSS feed generated by this extension.