Altegio » Support » Online booking » Adding an online booking to website » Adding several online booking widgets to one page

ONLINE BOOKING

Adding several online booking widgets to one page

1 min read Updated March 25, 2026 Altegio Support

Use this instruction if you need to add different online booking widgets to one page, for example, booking for different types of services.

Setup

  1. Add any script to the site, for example:
<script type="text/javascript" src="//w11352.alteg.io/widgetJS" charset="UTF-8"></script>
  1. Add a code with different data-URL values to each button.

For example:

Button 1.

<a href="#" class="ms_booking" data-url="https://w13423.alteg.io"></a>

Button 2.

<a href="#" class="ms_booking" data-url="https://w16156.alteg.io"></a>
  1. The value of data-URL is a link to the online booking form. Replace the bold parts of the code with the links of the different forms of your company’s online booking. To get them go to the Online booking > Online booking links.
  1. A link of the format https: //nXXXXXX.alteg.io/is located to the right of the name of the online booking form.

Was this article helpful?

Your feedback helps us prioritise what to improve next.