All guides

Put registration on your own website

Paste the event page into WordPress, Wix, or Squarespace.

5 minute read

Your event page works as a standalone link and inside your existing site. Most organizations use both: the link in email and social posts, the embed on the events page of their website.

WordPress

  1. Edit the page where the event should appear.
  2. Add a Custom HTML block.
  3. Paste the snippet below and swap in your own event address.
Custom HTML block
<iframe
  src="https://venuepipeline.com/your-org/your-event"
  title="Event registration"
  style="width:100%;height:1200px;border:0"
  loading="lazy"
></iframe>

Wix and Squarespace

  1. Wix: add an Embed HTML element, choose Code, and paste the same snippet.
  2. Squarespace: add a Code block and paste the same snippet.
  3. Both builders show a blank box in the editor. Save and view the published page to see the real thing.

Some browsers and privacy extensions block embedded frames. Always put a plain text link to the event page directly under the embed so nobody hits a dead end.

When to use a button instead

If your site theme fights the embed height, link a button straight to the event page and set it to open in a new tab. Checkout runs on our secure page either way, so the payment experience is identical.

Something not working the way this describes? Email support@cloud9payments.com.