Back to Integrations

TYPO3 Integration

Add Pulse to your TYPO3 site via TypoScript setup.


Add the Pulse Script via TypoScript

Add the following to your setup.typoscript file to inject the Pulse script into the page header.

setup.typoscript
page.headerData.999 = TEXT
page.headerData.999.value = <script defer data-domain="your-site.com" src="https://pulse.ciphera.net/script.js"></script>

For more details, see the TypoScript reference.