Botón Flotante WhatsApp V1

"Por solo $1 USD, obtén el código completo para personalizar su footer con su propia marca de manera fácil y rápida. ¡Dale un toque único a tu sitio web!"

                
                    <head>
                        <meta charset="UTF-8" />
                        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
                        <title>Boton WhatsApp</title>
                        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
                        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
                        <script src="https://btn.micode.cl/whatsappButtonOfus.js"></script>
                    </head>

                    <body>
                        <script>
                                    window.createWhatsAppButton({
                                        phoneNumbers: [
                                            { phone: '1234567890', label: 'Agente Soporte.' },
                                            { phone: '0987654321', label: 'Agente Ventas.' }
                                        ],
                                        badgeText: 'Soporte y Ventas',
                                        welcomeMessage: '¡Hola! Agentes en Linea'
                                    });
                        </script>
                    </body>