Last active
February 19, 2022 13:54
-
-
Save lucianobragaweb/fcd90013b889a65300b0bbba67a0214e to your computer and use it in GitHub Desktop.
Como abrir o WhatsAPP através de link no seu site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Subistitua o Número(88988459521) pelo seu número do WhatsApp | |
Siga este padrão: DDD + Numero, ex: 88 9 8845 9521 (Meu Número Whats) | |
--> | |
<a href="intent://send/88988459521#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end">Vamos Conversar?</a> | |
<!-- Mais Detalhes Aqui: https://lucianobragaweb.github.io/post/whatsapp-no-site/ --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment