Once your EventMobi Registration site is complete, you will need to consider how to share it with your attendees. Depending on the type of event that you are organizing, embedding your registration site into your event or company website may be a great option for sharing your registration form with attendees.
How to Access your Embed Link
- Visit the General > Essentials area of the EventMobi Extended Registration platform
- Click the Gear icon in the upper right hand corner.
- Select the Embed Link option from the menu that displays
- Click on the Copy button available
- Paste the HTML code that you have copied into your webiste
Embedding Specific Subpages
- The default embedded code for your EventMobi registration looks like this.
<div id="idloomForm" data-src="https://reg.eventmobi.com"><style>iframe{width:100%;border: 0;}</style><iframe id="idloomFrame" src="https://reg.eventmobi.com/edgestone-annual-conference/register" height="800"></iframe></div><script type="text/javascript" src="https://reg.eventmobi.com/js/iframed.min.js"></script>
While the steps above explain how to embed the homepage of your registration site which usually ends with /register, you can also embed specific subpages such as the agenda or other pages by adjusting the embed link in the code. Adjust the src attribute in the <iframe> to embed specific subpages of your registration site. <iframe id="idloomFrame" src="https://reg.eventmobi.com/edgestone-annual-conference/pages/agenda" height="800"></iframe>
How to prevent cross-site issues with third-party cookies blocked?
EventMobi.com uses required session cookies for security reasons. If you embed your form on your website and your visitor’s browser is set to block third-party cookies, you may encounter an error message indicating that the browser is preventing cross-site requests, and be prompted to open the registration form in a new window.
This typically occurs when the registration form and the website it’s embedded on use different domains. For example, embedding a form hosted on https://reg.eventmobi.com
into a website hosted on https://www.mydomain.com
.
A workaround is to use the same root domain for both the registration form and the website where it’s embedded. Instead of https://reg.eventmobi.com
, you could use https://registration.mydomain.com
. This way, EventMobi’s cookies will not be treated as third-party cookies, and the issue can be avoided.