Skip to main content

WordPress

Block Editor

  1. Open the page or post.
  2. Add a Custom HTML block.
  3. Paste the iframe snippet.
  4. Preview the page.
  5. 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.