Sometimes, you may want to have information from the event you created on Even3 directly on your website. For example, participants might click to register for the event directly through your site.
You can embed four areas of the event on your website:
- Registration
- Schedule
- Submissions
- Guests/Speakers
To use our embed code, follow the steps below
Including the Even3 Registration Area on Your Website
1. Go to the Registrations menu.
2. Click on Disclosure Links.
The three sharing options will be displayed:
Payment Link
With this option, you can add a redirect on your website to the registration payment checkout for the selected entry.
Registration Widget
By choosing this option, you will embed the entire registration tab from the event page directly on your website, as shown in the image below:
Registration Button
By copying the HTML code available in this option, you will add only the "Register" button to your website.
Embedding Other Even3 Areas on Your Website
The first step to embedding the **Program**, **Submissions**, or **Guests** areas from Even3 on your website is to find your event’s URL.
1. Go to the Home menu.
2. Under the event name, copy the URL.
Use the following codes for the area you want to embed on your website:
Schedule:
<div id="even3-widget-session" height="auto"></div>
<script src="https://www.even3.com.br/widget/js?e=URL_DO_SEU_EVENTO&t=session&lang=pt"></script>
Submissions:
<div id="even3-widget-submission" height="auto"></div>
<script src="https://www.even3.com.br/widget/js?e=URL_DO_SEU_EVENTO&t=submission&lang=pt"></script>
Guests/Speakers:
<div id="even3-widget-speaker" height="auto"></div>
<script src="https://www.even3.com.br/widget/js?e=URL_DO_SEU_EVENTO&t=speaker&lang=pt"></script>
Comments
0 comments
Please sign in to leave a comment.