Booking Button
Create Booking Button
Instead of embedding the full widget, you can also create a simple button that leads to the booking page.
Simple Link
<a href="https://www.timum.de/<provider-uuid>/<channel-uuid>"
class="booking-button"
target="_blank">
Termin buchen
</a>
Styling Example
.booking-button {
display: inline-block;
padding: 12px 24px;
background-color: #337ab7;
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: 600;
}
.booking-button:hover {
background-color: #5bc0de;
}
