Skip to content

This TYPO3 CMS Extension fetches and parses RSS and Atom web feeds with the SimplePie library and prepares them for frontend display.

License

Notifications You must be signed in to change notification settings

ErHaWeb/feed_display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

199cc51 · Feb 25, 2025

History

77 Commits
Sep 5, 2024
Feb 25, 2025
Oct 25, 2024
Jan 29, 2024
Feb 25, 2025
Dec 22, 2022
Oct 14, 2022
Oct 10, 2023
Mar 12, 2024
Oct 25, 2024
Oct 25, 2024
Mar 12, 2024

Repository files navigation

Feed Display

What does it do?

The aim of this extension is to provide a way to display RSS and Atom web feed data retrieved from any URL in the frontend. It is possible to configure which data is to be read from the feed for the purpose of display.

Parsing of feed data is done by the SimplePie library, which is a very fast and easy-to-use feed parser, written in PHP.

The entire result is stored in its own cache (using the caching framework) so that the feed does not have to be parsed with each call. If something has changed in the plugin configuration (TypoScript or FlexForm), the cache is renewed immediately, otherwise only after a configurable time has elapsed.

Screenshots

Here you can find screenshots of all application areas of this extension.

Frontend View

Below you can find an example of the frontend output of the official TYPO3 news feed. Styling and structure can be customized as you like.

Frontend View

New Content Element Wizard

New Content Element Wizard

Plugin Settings

Below you can find screenshots of all available plugin options. Use these options if you want to make settings on content element level. Alternatively, these can also be configured by TypoScript Constants in the constant editor.

General

Plugin Options: General Tab

Advanced

Plugin Options: Advanced Tab

Get Fields

Plugin Options: Get Fields Tab

Constant Editor

Below you can find screenshots of all available constants in the constant editor. Use these options if you want to make settings on a global level for all content elements.

Files

Plugin Options: General Tab

General

Plugin Options: General Tab

Advanced

Plugin Options: General Tab

Get Fields

Plugin Options: General Tab

Read more

For more information, see the documentation at docs.typo3.org.