Rudy is me

A weblog (mostly) about PHP and TYPO3 development

Introducing TYPO3 extension: matomoapi

For the weblog I wanted to add a "Popular posts" block to show the most visited posts of the last 30 days. I didn't find an existing extension to achieve this, so I made my own: matomoapi. It uses the Open Source statistics platform Matomo, which has an API to get the data I wanted.

Adding CSS or JavaScript using a Fluid template

Often you want to add CSS or JavaScript for just one page template, a single action of a plugin or only if a particular content type is added to a page. If the page, plugin or content type uses Fluid as a template, this can easily be done.