All Integrations
WordPress
Add a Laudica testimonial wall to your WordPress site in under a minute — no plugins required.
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 a Custom HTML block
In the WordPress Block Editor (Gutenberg), click the + button to add a new block. Search for Custom HTML and select it.
If you're using the Classic Editor, switch to the Text tab in the editor toolbar.
3. Paste the snippet
Paste your Laudica embed code into the Custom HTML block:
<!-- 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>4. Preview and publish
Click Preview to see your wall in action. When you're happy with the placement, hit Publish or Update.
Tips
- Widget areas — you can also add the embed to sidebars, footers, or any widget area using a Custom HTML widget.
- Both editors supported — works with both the Block Editor (Gutenberg) and the Classic Editor.
- No plugin needed — the embed is a standard HTML snippet. No WordPress plugin installation required.
- Script restrictions — if your hosting blocks inline scripts, use the iframe method instead. See the HTML guide for details.