Booking Iframe Documentation
We have some ways to share the booking service with your customers. You can share the booking service link or embed the booking service in your website.
Share the market booking service link
You can share the booking service link with your customers. Here is the link you need to share:
https://app.onlive.site/?olOrgId=XXXX-XXXX-419e-9025-96336f2330>c6&olInstContextType=Flow&olLang=es
The link has the following parameters:
- olOrgId: The organization identifier.
- olInstContextType: The context type. In this case, the value is "Flow".
- olLang: The language of the booking service. The value can be es, en, fr, de ...
Share the dealer booking service link
You can share the dealer booking service link with your customers, the unique parameter that you need to change is the olDealerId parameter. Here is the link you need to share:
https://app.onlive.site/?olOrgId=XXXX-XXXX-419e-9025-96336f2330c6&olInstContextType=Flow&olDealerId=C3175&olLang=es
Share the dealer group booking service link
You can share the dealer group booking service link with your customers, the unique parameter that you need to change is the olDealerGroupId parameter. Here is the link you need to share:
https://app.onlive.site/?olOrgId=XXXX-XXXX-419e-9025-96336f2330c6&olInstContextType=Flow&olDealerGroupId=00321&olLang=es
Embed the booking service in your website
You can use the iframe to embed the booking service in your website, here is an example of how to embed the market booking service in your website, you can use the same iframe to embed the dealer booking service you just need to change the olInstContextType parameter value to BookingService.
<iframe
allow="autoplay; camera; microphone; display-capture; clipboard-write"
id="onlive-iframe"
width="100%"
style="border: none; height: 80px"
src="https://app.onlive.site/?olOrgId=XXXX-XXXX-419e-9025-96336f2330c6&olInstContextType=Flow&olLang=es"
>
</iframe>