Show potential participants that your camp is verified on MyNextCamp. Embed a trust badge on your website with a single line of HTML.
Copy the embed code below with your organizer slug.
Paste the HTML into your website footer, sidebar, or booking page.
Visitors see your trust score and can click through to your full profile.
<a href="https://mynextcamp.io/organizers/your-organizer-slug" target="_blank" rel="noopener">
<img src="https://mynextcamp.io/api/badge/your-organizer-slug" alt="Verified on MyNextCamp" width="240" height="40" />
</a><a href="https://mynextcamp.io/organizers/your-organizer-slug" target="_blank" rel="noopener">
<img src="https://mynextcamp.io/api/badge/your-organizer-slug?theme=dark" alt="Verified on MyNextCamp" width="240" height="40" />
</a><a href="https://mynextcamp.io/organizers/your-organizer-slug" target="_blank" rel="noopener">
<img src="https://mynextcamp.io/api/badge/your-organizer-slug?size=sm" alt="Verified on MyNextCamp" width="180" height="32" />
</a>Replace your-organizer-slug in the embed code with your actual organizer slug. You can find your slug in the URL of your trust page.
| Parameter | Values | Default |
|---|---|---|
| theme | light, dark | light |
| size | sm, md | md |