All Integrations
Webflow
Add a Laudica testimonial wall to your Webflow site using the built-in Embed element.
1. Copy your embed code
Open the wall builder in your Laudica dashboard. Click the Embed Code tab and copy the HTML/JS snippet.
2. Add an Embed element
In the Webflow Designer, open the Add Elements panel (shortcut: A). Under Components, drag an Embed element onto your page where you want the wall to appear.
3. Paste the code
The Embed element opens a code editor. Paste your Laudica snippet:
<!-- Laudica Testimonial Wall -->
<div id="laudica-embed"></div>
<script
src="https://cdn.laudica.com/embed.js"
data-wall-id="YOUR_WALL_ID"
data-container="#laudica-embed"
async
></script>Click Save & Close.
4. Publish
The embed won't render in the Webflow Designer preview — this is normal. Click Publish to see it live on your site.
Tips
- Global placement — to show the wall on every page, add the embed code in Site Settings → Custom Code → Footer Code instead.
- Responsive sizing — the embed is fully responsive. Set the Embed element to
width: 100%in the Webflow Style panel for best results. - Designer preview — Webflow doesn't execute custom scripts in the Designer. You'll see the wall only after publishing or using the staging URL.