Présentation du Club Costa Tropical

Introduction

Le Club Costa Tropical est un site web dynamique et interactif destiné à une audience variée, incluant les touristes, les expatriés et les habitants locaux de la Costa Tropical en Andalousie. Conçu pour offrir une expérience utilisateur enrichissante, le site combine plusieurs fonctionnalités clés pour répondre aux besoins diversifiés de sa communauté.

About the author
Marco

1 réflexion au sujet de « Bonjour à tous ! »

Laisser un commentaire

<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>
fr_FR
Aller au contenu principal