Integrations
Drop-in for the platforms you already use.
One universal embed works on any site. Dedicated integrations and plugins for the platforms our customers run on most.
Available now
Integrations and embeds
Each integration is documented end-to-end — install steps, configuration, and what to expect.
Custom embed
One line of HTML works anywhere
If your platform isn't on the list, you can install Conzentor with the universal embed. Works on any HTML page.
<script
src="https://cdn.conzentor.com/c/SCRIPT_KEY.js"
async
></script>Next.js / React
Next.js apps
Add the Conzentor script with next/script. Use the strategy 'afterInteractive' so the banner renders right after hydration without blocking your LCP.
// app/layout.tsx
import Script from "next/script";
export default function RootLayout({ children }) {
return (
<html>
<body>
{children}
<Script
src="https://cdn.conzentor.com/c/SCRIPT_KEY.js"
strategy="afterInteractive"
/>
</body>
</html>
);
}Webflow
Webflow sites
Project Settings → Custom Code → Head Code, paste the script tag. Publish.
Get started
Connect Conzentor to your stack
Sign up, add your domain, pick the integration that fits. Five minutes from zero to compliant banner.