Aprenda a colocar o botão do WhatsApp no site.
Mudar para o número desejado no link:
https://web.whatsapp.com/send?phone=5599111112222
O número 5599111112222 deve ser substituído pelo número desejado, mantendo o código do a pais (55) e estado (99).
Código-fonte:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>Botão WhatsApp - Canal TI</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"> <style> .whatsapp-link { position: fixed; width: 60px; height: 60px; bottom: 40px; right: 40px; background-color: #25d366; color: #fff; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 1px 1px 2px #888; z-index: 1000; } .fa-whatsapp { margin-top: 16px; } </style> </head> <body> <a class="whatsapp-link" href="https://web.whatsapp.com/send?phone=5599111112222" target="_blank"> <i class="fa fa-whatsapp"></i> </a> </body> </html> |
Para explicações mais detalhadas acesse o vídeo no youtube: https://www.youtube.com/watch?v=NZZCDwGF3p4