Turn your existing website into an automated digital box office in under 60 seconds. Drop live schedules, ticket checkouts, rental spaces, and intake waivers directly onto your pages — with zero double data entry and zero monthly plugin fees.
From empty website to live box office, in four steps
Install the free Venue Family plugin from WordPress.org or GitHub. Zero dependencies, lightweight, and ready in seconds.
Enter your organization slug in Settings. Public events, calendars, and spaces connect automatically with zero API key hassle.
Use 8 Gutenberg blocks, 5 Elementor widgets, or 11 shortcodes to design event cards, schedules, and ticket checkouts.
Patrons checkout right on your site. Purchases track in your Google Analytics 4, Meta Pixel, and GTM data layer automatically.
Stop copying dates between spreadsheets, email threads, and WordPress custom post types. The moment a show, class, or workshop is approved in Venue Family, it instantly appears on your public calendar, event cards, and ticket checkout.
your-theme/venue-family/*.php without touching core plugin code.
// Native Responsive Event Grid
[venue_family_events view="grid" columns="3" limit="12"]
// Interactive Calendar Schedule
[venue_family_calendar height="750"]
// Inline Ticket Checkout
[venue_family_tickets event="ecstatic-dance-friday"]
// Rental Spaces & Studios Directory
[venue_family_locations columns="3"]
📍 418 Front St, Santa Cruz · Capacity: 250 guests
📍 418 Front St, Santa Cruz · Capacity: 60 guests
Turn empty space into booked revenue. The Spaces Directory block displays your rooms, capacities, hourly rates, and technical specs. Renters submit inquiries that flow straight into Venue Family’s quote generator, calendar hold, and digital lease contract engine.
Never lose conversion tracking to third-party domains. When an attendee buys tickets or submits a waiver in an embedded iframe, Venue Family broadcasts real-time JavaScript events to your host page.
Automatic purchase and generate_lead events via gtag.
Direct fbq('track', 'Purchase') and GTM dataLayer pushes.
Validated JSON-LD event schemas automatically injected into <head>.
Zero double scrollbars with continuous postMessage height adjustments.
{
"type": "ticket-purchase-complete",
"orderNumber": "ORD-2026-9482",
"total": 4500, // $45.00 USD
"quantity": 2,
"currency": "USD",
"eventName": "Afro-Brazilian Dance"
}
The WordPress plugin captures this payload and forwards it to your active analytics scripts automatically.
Install the official WordPress plugin or drop smart embeds onto any website builder in minutes.