Drop these snippets into any WordPress page to show the Classes and Events widgets. The script tag loads the embed bundle from the CDN; the widget divs activate the correct widget.
data-link-target="_blank")<link rel="preload" href="https://embed.uibeta.org/embed/staging/ui-embed.js" as="script"> <script defer src="https://embed.uibeta.org/embed/staging/ui-embed.js"></script>
<div data-ui-widget="classes" data-api-url="https://ui-server-staging.fly.dev" data-portal-url="https://portal.uibeta.org" ></div>
<div data-ui-widget="events" data-api-url="https://ui-server-staging.fly.dev" data-portal-url="https://portal.uibeta.org" ></div>
• The script tag and widget divs can live on the same page or different pages.
• The bundle URL is fixed — WordPress sites embed once and always get the latest build.
• No WordPress plugin required — copy-paste is the full integration.