Does sharing with Whatsapp work only with ANDROID systems?

Asked

Viewed 512 times

1

I have the HTML code to share site contents on Whatsapp:

<a target="_blank" href="whatsapp://send?text=http://www.guaraparivirtual.com.br">Compartilhar</a>

Only that it only works on ANDROID when having on iPhone it does not run.

1 answer

0

works yes on IOS, until I did on my site, you just need to fix your link that is wrong, take a look at my code:

<a href=whatsapp://send?text=Olha%20esse%20link%20http://www.guaraparivirtual.com.br>Compartilhar no WhatsApp</a>

the text called "look at this link" or another one if you are going to use, should be placed before the shared link, because if it is then there are some errors on some devices. this is the Whatsapp share code, I advise you to include in a conditional to display only if the device is "mobile", and if you want, you can use the SERVER_NAME and REQUEST_URI functions to insert the share link on all pages automatically. another tip is to use the "Events" of Google Analytics to map and track clicks and who comes from Whatsapp into your page.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.