DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

DevelopmentΒΆ

There is possibility to extend functionality of this reader using prepared hooks. RSS2 and Atom parsers have different hooks but they do the same thing.

Hooks to modify read items:

$GLOBALS['TYPO3_CONF_VARS']['EXT']['amt_feed_reader']['Parser/RssParser.php']['modifyItem']
$GLOBALS['TYPO3_CONF_VARS']['EXT']['amt_feed_reader']['Parser/AtomParser.php']['modifyItem']