1
Support / Ayuda para colocar logo whatsapp flotante
« on: October 25, 2024, 03:05:38 PM »
How do I add a floating WhatsApp button to my page. I have the code that I should paste in INDEX.HTML but I don't know where I should paste it correctly since the index.html that I am editing, which would be the main one on my website, gives me an error. someone help me where to paste it
los codigos a pegar serian los siguientes
los codigos a pegar serian los siguientes
Quote
<link rel="stylesheet" href="storefront/style.css">
</head>
<body>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<a href="https://api.whatsapp.com/send?phone=1234567891&text=Hola, me gustaria Obtener más información" class="float" target="_blank">
<i class="fa fa-whatsapp my-float "></i>
</a>
</body>