Birthday.Gold · for partners

Show you're linked with Birthday.Gold

The partner badge tells your customers your reward program is connected with Birthday.Gold — members are enrolled in your birthday reward automatically. It links to a verification page on birthday.gold so anyone can confirm the connection is real.

Replace BUSINESS_ID below with the business id from your Birthday.Gold partner welcome email — or open this page from the personalized link we sent you and the snippets fill themselves in.

Option 1 — one script tag (works on any site)

Paste this where you want the badge to appear. It carries its own styling and icon — nothing else to install.

<script src="https://badge.birthday.gold/badge.js?business=BUSINESS_ID" async></script>

Placing the badge on a dark background? Add &theme=dark to the script address for a translucent variant with light text:

<script src="https://badge.birthday.gold/badge.js?business=BUSINESS_ID&theme=dark" async></script>

Option 2 — plain HTML (for sites already using Bootstrap 5)

If your site loads Bootstrap 5.3 and Bootstrap Icons, you can render the badge yourself:

<a href="https://birthday.gold/verify?business=BUSINESS_ID"
   class="d-inline-flex align-items-center gap-2 px-3 py-2 rounded-pill
          text-decoration-none border border-warning-subtle bg-warning-subtle text-dark"
   title="This business's reward program is linked with Birthday.Gold — members are enrolled automatically."
   data-bs-toggle="tooltip">
  <i class="bi bi-link-45deg text-warning fs-5"></i>
  <span class="fw-semibold small">Linked with Birthday.Gold</span>
</a>

What the badge links to

Clicking the badge opens birthday.gold/verify?business=BUSINESS_ID, which confirms your business is a verified, currently connected partner. If a partnership ends, the badge stops rendering and the verification page says so — please don't copy the badge artwork without a live link.