Introducing the Keynius integration for Jeero: locker reservation links for every event

Many venues use Keynius to offer lockers to visitors. It works great — until you have to keep the Keynius events in sync with your actual show schedule. Dates change, extra shows get added, artwork gets updated, cancellations happen… and suddenly your Keynius reservation pages no longer match what’s on your website.

That’s exactly why I’m happy to announce the new Keynius integration in Jeero.

With this integration enabled, Jeero automatically creates (and keeps updating) Keynius events based on the events you already import into your website. As a result, every event can get its own Keynius reservation link — without manual work.

This integration is now available for any venues with one of the supported ticketing platforms, such as Stager, ActiveTickets, Ovatic, Ticketmatic or Tixly. Keynius is an Add-on for Jeero. To enable it, you’ll need an active Jeero subscription with the Keynius upgrade.

Why this matters

Manually creating events in the Keynius web interface means copying titles, dates, times, images and settings over and over again. It’s not just time-consuming, it’s risky: one missed update can confuse visitors and staff.

Jeero fixes this by keeping Keynius in sync with your event data:

This way, your locker reservation flow stays aligned with your real schedule.

Once enabled, Jeero creates/updates the Keynius event in the background and stores the reservation link, so you can show it on your event pages (or in your custom templates) just like any other event field.

Real-world example: Bibelot

Bibelot is already using the Keynius integration with Jeero. On their website, every event page shows a “Reserveer een locker” button. When a visitor clicks it, they’re taken directly to the matching locker reservation page on the Keynius platform for that specific event.

That’s the key benefit: the locker link is generated per event and stays available across your entire program, without manually creating and maintaining Keynius events one by one.

About Jeero

Jeero is a WordPress plugin that makes importing and updating event data from ticketing platforms simple and reliable. It keeps your website current with minimal effort and no coding required. With the new Keynius integration, Jeero can now also keep your locker reservation links up to date automatically.

Show the “Reserveer een locker” button on your website

Once Keynius is enabled, Jeero makes the link available as {{keynius.link}}. There are two easy ways to show it on your site:

Option A: Import the Keynius link into a custom field (recommended)

  1. Go to Jeero and open your import.
  2. Open the tab of the calendar you’re importing into (the calendar integration tab inside the import settings).
  3. Find the Custom fields section and add a new custom field (for example: keynius_link).
  4. Set its template/value to: {{keynius.link}}

  5. Save changes.
  6. In your theme/calendar template, render that custom field as a “Reserveer een locker” button (only when it has a value).

Option B: Add it to the event description template (fastest)

If your calendar integration has a Description (Twig template) field, you can append the button markup to the end of that existing description template.

  1. Go to Jeero and open your import.
  2. Open the tab of the calendar you’re importing into.
  3. Find the Description / Description template field (the Twig template that outputs the event description).
  4. Paste this at the end of the existing template:
    {% if keynius.link %} <p> <a href="{{ keynius.link }}" class="button" target="_blank" rel="noopener">Reserveer een locker</a> </p> {% endif %}

Tip: keep it conditional
Wrapping it in {% if %} ensures you only show the button when Jeero has a Keynius reservation link available for that event.

Get started with Keynius

Before you start: make sure you’ve purchased and activated the Keynius upgrade for your Jeero subscription.

Pick the setup that matches how you currently manage events.

I am already using Jeero to import events from my ticketing platform

Nice — enabling Keynius is quick.

  1. Make a backup of your WordPress website.
  2. Go to Jeero and open your import (the one that imports your events from your ticketing platform).
  3. Make sure your Jeero subscription includes the Keynius upgrade.
  4. Enable the Keynius integration and fill in your Keynius credentials (username, password and subscription key).

    Screenshot of the Jeero settings page with Keynius selected in the list of additional sources.
  5. Select the correct Keynius site (Jeero will show available sites after connecting).
  6. Optional: configure your preferences:
    • Start time lead (minutes): open the Keynius reservation window earlier than the event start.
    • End time buffer (minutes): keep the reservation window open longer after the event ends.
    • Locker pricing and overdue pricing for S/M/L sizes.
    • Styling (logo + colors) and legal links (privacy policy + terms PDF).
  7. Save changes.
  8. Trigger an import/sync so Jeero pushes upcoming events to Keynius.
  9. Add the button to your event pages using one of the options in “Show the button on your website”.
  10. Verify:
    • Pick a future event on your website
    • Wait a couple of minutes
    • Click the “Reserveer een locker” button and confirm it opens the correct Keynius reservation page

You now have Keynius reservation links available for your events, maintained automatically as event data changes.

I am using a custom import script to import events from my ticketing platform

If your website imports events using a custom script, it usually means your events are stored in a custom post type with custom fields, and the import is maintained by a developer or agency. This works — but it also means adding Keynius links requires extra custom work.

With Jeero, you can either:

If you want the smoothest route (and the least maintenance), migrating the import to Jeero is the best option.

  1. Make a backup of your WordPress website.
  2. Disable your existing import script (or pause its scheduled runs) to avoid duplicate updates.
  3. Install and activate the Jeero plugin.
  4. Set up your Jeero import for your ticketing platform (Stager, ActiveTickets, Ovatic, Ticketmatic, Tixly).
  5. If you import into a custom post type, enable custom post type importing and map the fields (so your website keeps using the same event templates).
  6. Enable the Keynius integration, enter your credentials, and select your Keynius site.
  7. Trigger a full import/sync.
  8. Add the Keynius reservation link to your event page template (custom field or {{keynius.link}} in content).

If you’re not sure whether Jeero can match your current custom fields 1:1, email me at jeroen@slimndap.com and I’ll help you map it.

I am manually entering my events on my website

If you’re adding events manually (for example in WordPress events, a custom post type, or another events plugin), you probably don’t have an automated source feeding Jeero yet.

In that case, step one is to connect Jeero to your ticketing platform so Jeero can keep the event data up to date automatically. Once Jeero imports your events, Keynius links can be generated and stored per event.

  1. Make a backup of your WordPress website.
  2. Install and activate Jeero.
  3. Set up an import from your ticketing platform (Stager, ActiveTickets, Ovatic, Ticketmatic, Tixly).
  4. Verify that your events appear correctly on your website.
  5. Enable the Keynius integration, enter your credentials, and select your Keynius site.
  6. Trigger an import/sync and verify the Keynius link appears.
  7. Add the “Reserveer een locker” button to your event pages using the Keynius link ({{keynius.link}}).

I am not using WordPress

That’s a little bit more tricky. Please contact me, so I can have a look and propose a possible approach: jeroen@slimndap.com.

Jeero can still support your needs even if you’re not using WordPress — reach out and I’ll help you figure out the best setup for Keynius links.

I still have questions…

How long does it take for Keynius links to appear?

After you enable the Keynius integration and trigger an import/sync, Jeero creates or updates the Keynius event and stores the reservation link. In most cases you’ll see the link appear within a couple of minutes, depending on how quickly your events are imported.

Do I need a paid plan or add-on?

Yes. The Keynius integration requires the Keynius upgrade on your Jeero subscription.

How can I check if it’s working?
Can you help me?

Yes — email me at jeroen@slimndap.com with your site URL and the ticketing platform you use (Stager, ActiveTickets, Ovatic, Ticketmatic or Tixly), and I’ll help you get it set up.

Is your ticketing solution missing?

Please contact me so I can add your ticketing solution too.