Prezent Embed

Internal reference — the request button & form, and the one line that drops it into a page.

↑ This is live — click it to try the real form.

Add it in 30 seconds

Paste this one line where you want the button to appear. That’s the whole install.

your-page.html
<script
  src="https://prezent-embed.pages.dev/loader.js"
  data-partner="prezent"
  data-embed-button></script>
1

Paste the snippet

Anywhere in your HTML — a landing page, app dashboard, footer, wherever.

2

The button appears

The branded “Create with prezent VIVO” button renders right where you placed it.

3

You’re done

Submissions flow into your dashboard and email automatically. No backend to build.

Two ways to use it

Take our branded button, or wire it to a button you already have.

Branded button default

We inject the official “Create with prezent VIVO” button. Nothing to design.

<script src="https://prezent-embed.pages.dev/loader.js"
  data-partner="prezent"
  data-embed-button></script>

Your own button custom

Mark any element with data-embed-trigger and we’ll open the form when it’s clicked.

<button data-embed-trigger>Submit a request</button>

<script src="https://prezent-embed.pages.dev/loader.js"
  data-partner="prezent"></script>