Eventyvo Connect

Event card embed

Embed a published event summary on your website.

Shows title, key metadata, and a link into Eventyvo for the published event.

Script mount

<div
  data-eventyvo="event-card"
  data-event-slug="my-event"
  data-theme="light"
></div>
<script async src="https://docs.eventyvo.com/embed/v1/eventyvo-embed.js"></script>

iframe

<iframe
  src="https://docs.eventyvo.com/embed/event/my-event?theme=light"
  width="100%"
  height="360"
  style="border:0"
  loading="lazy"
  title="Event"
></iframe>

Requirements

  • Event is published
  • Valid public slug
  • Prefer publishEvent entitlement on the offer

Theming

data-theme / ?theme=light or dark only today. Custom brand colors are not supported on the card widget; use subwebsite for full branding.