Wix Events: Event Details Page

Note: Plugins for the Event Details page are currently in beta testing, and are available only for a closed group of developers. Please get in touch if you want to try this feature out.

Following are the slots and APIs that are available when building a plugin for the Event Details Page.

Slots

The following image shows slots in the Event Details page, into which users can add plugins.

The slots are represented by the following placement objects:

Copy
Copy

Event Plugin API

Use the Event plugin API to integrate with the plugin's host.

The API provides data about the current event.

PropertyTypeDescription
eventIdStringThe ID of the event that is currently applied on the plugin's host.

Code example

Copy

In your site plugin or in your app's server code, you may want to perform actions or implement logic that is dependent on the current event or related data.

You can do this using the Wix Events APIs (Velo and REST).

Did this help?