Botón de reserva
Crear botón de reserva
En lugar de insertar el widget completo, también puede crear un botón sencillo que lleve a la página de reserva.
Enlace simple
<a href="https://www.timum.de/<provider-uuid>/<channel-uuid>"
class="booking-button"
target="_blank">
Termin buchen
</a>
Ejemplo de estilo
.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;
}
