Feed Display fetches RSS and Atom web feeds and renders selected feed data in TYPO3 frontend content elements. It uses the SimplePie feed parser and exposes feed and item data to Fluid templates.
Remote http and https feeds are fetched through TYPO3's PSR-17/PSR-18 HTTP
client, so instance-wide HTTP settings such as proxy configuration are applied
automatically. Parsed results are cached through TYPO3's caching framework and
refreshed when plugin configuration changes or the configured cache lifetime
expires.
| Item | Value |
|---|---|
| Extension key | feed_display |
| Composer package | erhaweb/feed-display |
| TYPO3 support | ^13.4 || ^14.3 |
| PHP support | >=8.2 <8.6 |
| Documentation | docs.typo3.org |
| TER | extensions.typo3.org |
| Source | GitHub |
| Issues | GitHub Issues |
- RSS and Atom frontend rendering powered by SimplePie.
- TYPO3 HTTP client integration for remote feeds.
- Configurable feed and item fields for Fluid templates.
- Site Set support for TYPO3 v13 and v14, with a static TypoScript fallback.
- Content-element FlexForm settings plus Site Settings and TypoScript constants.
- Dedicated cache for parsed feed data and plugin configuration.
composer require erhaweb/feed-displayContinue with the Composer installation guide and the Quick start.

