TYPO3 Adapter
The TYPO3 adapter is a native TYPO3 extension provided by us. It is the recommended integration method for TYPO3 installations and offers the most complete CMS-native experience.
JS Embed Guide
The JS embed is the platform-independent way to integrate Module7 into any website or CMS. It requires no server-side code — only a reverse proxy, a script tag, and an HTML element.
WordPress (JS Embed)
This guide covers the full setup for embedding Module7 in WordPress using the JS embed approach.
iFrame Embed
The iFrame integration is the simplest way to embed Module7 on a website. It requires no web server configuration and works with any CMS or plain HTML page.
<m7-view> Reference
`` is a standard Web Component (Custom Element) registered by the Module7 loader script. It is fully self-contained — no public JavaScript API, no events, no slots.
Building a CMS Adapter
This guide explains how to build a server-side CMS adapter for Module7. The TYPO3 adapter is the reference implementation — this guide extracts the underlying concepts so you can apply them to any CMS or server-side environment.