Skip to main content

Plain HTML

Use this version for static websites, custom templates, and most CMS blocks that accept HTML.

<section>
<h2>Book an appointment</h2>
<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>
</section>

Responsive Container

<div style="width:100%;max-width:760px;margin:0 auto">
<iframe
src="https://pointr.org/en/widget/reviews/your-business-slug"
width="100%"
height="760"
style="border:0;border-radius:12px"
loading="lazy"
title="Read verified customer reviews"
></iframe>
</div>

Checklist

  • Replace your-business-slug.
  • Choose the correct locale.
  • Match height to the widget type.
  • Add a useful title.