Manual integration
Either link to our site or load and launch some Javascript that displays our popup or side loader.
Link to our site
This is the most basic option. Just create a link to our servers:
You can add /event/event_id
to directly link to a specific main or sub event:
Calendar
Or add /cal
to display a calendar-view of your events:
Obviously this all will take the user completely from your site.
Javascript front or side loader
You can keep the user on your site with our popup or side loader. First you load some Javascript from our site, then call a Javascript-function to activate.
For the side loader add this Javascript to your HTML:
For the popup loader add this Javascript to your HTML:
Now you can invoke the functions in the script:
So if you have an event with event_id 95 you can launch the order screen like this:
Last updated