WordPress
Block Editor
- Open the page or post.
- Add a Custom HTML block.
- Paste the iframe snippet.
- Preview the page.
- Adjust the height if the widget is clipped.
<iframe
src="https://pointr.org/en/widget/booking/your-business-slug"
width="100%"
height="720"
style="border:0;border-radius:12px;max-width:480px"
loading="lazy"
title="Book an appointment with Pointr"
></iframe>
Elementor / Page Builders
Use an HTML widget/module and paste the same snippet. Keep the parent section full width or give it a clear maximum width.
Common WordPress Issues
- Some security plugins strip iframes for non-admin users.
- Cache plugins may delay updates to the page.
- Page builders sometimes add
overflow:hidden; remove it if the widget is clipped.