Presentación del Club Costa Tropical

Introducción

El Club Costa Tropical es un sitio web dinámico e interactivo dirigido a un público diverso, que incluye turistas, expatriados y residentes locales de la Costa Tropical de Andalucía. Diseñado para ofrecer una experiencia de usuario enriquecedora, el sitio combina varias características clave para satisfacer las diversas necesidades de su comunidad.

Sobre el autor
Marco

1 comentario en «Bonjour à tous !»

Deja un comentario

<script type="module">
  import { createChat } from 'https://cdn.jsdelivr.net/npm/@n8n/chat/dist/chat.bundle.es.js';

  // Initialize the chat widget
  createChat({
    webhookUrl: 'https://n8n.srv739966.hstgr.cloud/webhook/90644ef5-5cda-482b-a1aa-e8825be8c645/chat',
    target: '#n8n-chat'
  });

  // Show the popup
  function showChatPopup() {
    document.getElementById('chat-popup').style.display = 'block';
  }

  // Hide the popup
  function hideChatPopup() {
    document.getElementById('chat-popup').style.display = 'none';
  }

  // Close button functionality
  document.querySelector('.close-btn').addEventListener('click', hideChatPopup);

  // Optionally, show the popup after a delay or on a specific event
  // For example, show the popup after 5 seconds
  setTimeout(showChatPopup, 5000);
</script>
es_ES
Ir al contenido