Click to Call
1. Configuración vía script
1.1. Insertar el Script
<script src="https://cdn.bookline.ai/ctc-0.1.11.min.js"></script>1.2. Personalizar el Widget
<script>
customizer({
id: "HOTEL-ID", // Reemplazar con la ID de tu hotel
positionY: "bottom", // Opciones: "top" / "bottom"
positionX: "right", // Opciones: "left" / "right"
widget: 1 // Opciones: 1 / 2
// width: 450, // (Opcional)
// height: 800, // (Opcional)
});
</script>2. Incrustar el Iframe
Last updated