M
M
Marina1812015-12-29 14:38:14
HTML
Marina181, 2015-12-29 14:38:14

How to implement a link with a whatsapp number on the site?

How to make a link on the mobile version of the site so that when clicked, the whatsapp application opens. Similar to the skype link, phone <a href="tel:+1234567890">and offered to send SMS to this number

Answer the question

In order to leave comments, you need to log in

24 answer(s)
A
Andrey Skobelkin, 2021-04-12
@Skobelkin

I'll add news from 2k21 :)
Here's a link you can insert on the site:
https://api.whatsapp.com/send/?phone=79200000000
or its short version:
https://wa.me/79200000000
The same link, but with the text:

https://api.whatsapp.com/send/?phone=79200000000&text=Здравствуйте%2C+у+меня+есть+вопрос

or short version:
https://wa.me/79200000000?text=Здравствуйте%2C+у+меня+есть+вопрос

.
But there is another option - to put the CHAT-BAR widget on the site - these are links to instant messengers, social networks and a phone that open directly in applications on the phone. You can write your Call-to-action and put a link to WhatsApp, Viber, Instagram, YouTube, etc. look here https://skobelkin.ru/
Here are the advantages of the widget:
  • Widget is free
  • All links open immediately in applications on Android and iOS correctly
  • Converts mobile traffic into subscribers
  • Allows you to quickly contact the company by any means of communication

---------------------
There are link builders for WhatsApp, choose:
https://cli.co/US-49CH
https://cli.co/Hsi6gZv
https ://cli.co/hvBtrev

W
webstamatique, 2017-05-29
@webstamatique

This is called " Direct Communication "
Too lazy to read the link, see the example
https://api.whatsapp.com/send?phone=79234567890

B
Beelime, 2017-01-07
@Beelime

Sharing with group (subscriber) selection

<a href="whatsapp://send?text=<?php echo urlencode( '<TEXT>' ); ?>"
   data-action="share/whatsapp/share">WhatsApp</a>

The text passed to the link must be url-encoded. In the example, the urlencode function is used for this Sharing
to a specific subscriber
<a href="whatsapp://send?text=<?php echo urlencode( '<TEXT>' ); ?>&abid=<?php echo absint( '<ABID>' ); ?>"
   data-action="share/whatsapp/share">WhatsApp</a>

Where placeholder < ABID > is the subscriber ID.

F
freekir, 2017-04-20
@freekir

<a href="whatsapp://send?text=Hello&phone=+31611111111&abid=+31611111111">Message</a>

https://forum.ionicframework.com/t/open-whatsapp-i...

V
Vera_Morozova, 2018-08-22
@Vera_Morozova

https://faq.whatsapp.com/en/android/26000030/?lang=ru

A
Anton Artyomov, 2015-12-29
@ArtyomovAnton

Probably in the browser there should be a link processing plugin for whatsapp. When installing Skype, such a plugin is installed.

S
slavik_kozachok_official, 2017-03-15
@slavik_kozachok_official

<a href="intent://send/+XXXXXXXXXXX#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end">Open WhatsApp chat window</a>

Please =)

M
Mikhail Kobzarev, 2017-07-31
@mihdan

Everything works fine with both cores and buckets, the main thing is to put the links correctly

H
hackuna, 2018-06-26
@hackuna

https://wa.me/79012345678/?text=This is%20text

M
Madwand, 2020-02-24
@Madwand

Here you can generate links to WhatsApp, Viber and Telegram for the site
https://msgr.pw

A
alexwww91, 2021-11-25
@alexwww91

The link itself looks very simple
https://wa.me/ + phone number
Example:
https://wa.me/79991112233
Well, then just add the standard a tag. Example:

<a href="https://wa.me/79991112233">Мы в WhatsApp</a>

I usually forget the construction, so I use the whatsapp link builder

A
AndreyStrekalov, 2022-03-15
@AndreyStrekalov

Since api.whatsapp.com, and with it wa.me, may not work, you need to look for alternative ways to create a link to WhatsApp . I wrote more in the article.
In a nutshell, you can use a deep link or clickbar.
The deep link will look like this: whatsapp://send?phone=79009009090 . Instead of 79009009090, you need to substitute your phone number without the + sign.
The clickbar will look like a business card, where you can combine links to WhatsApp, Telegram, and other sites and applications. Clickbar example .

A
afishr, 2015-12-29
@afishr

The link must be of the form " <a href="whatsapp://+1234567890"></a>".
With Skype, this rolls. ( <a href="skype://+1234567890"></a>).
PS I don’t know about the correctness of the link to WhatsApp, experiment :)

A
Alexander Shepot, 2015-12-29
@SeM13

A link of this kind: <a href="whatsapp://+1234567890"></a>
should not display anything at all.
It turns out that the author Anton Artyomov is right. There must be some kind of plugin. As for example when installing the same skype. Without this skype, the line will also not be visible.

R
ruslanahira7, 2017-01-27
@ruslanahira7

Hello. Have you managed to implement a clickable Whatsapp button on any site using the method you provided?

P
psmokotnin, 2018-12-10
@psmokotnin

The Whatsapp FAQ describes the answer to your question:

<a href="https://wa.me/whatsappphonenumber/?text=urlencodedtext">Whatsapp</a>

F
faizulina_j, 2019-04-08
@faizulina_j

There is also a good service https://wapp.click/
In one click makes a link, I tried it, it's convenient.

D
dalsconsulting, 2020-02-13
@dalsconsulting

Install whatsapp? Install whatsapp on wordpress site? Here, follow the links here, enter your number, then simply install the code in the footer
https://webstudio.business/add-whatsapp-to-sa...

L
lisiymax, 2020-02-29
@lisiymax

As an option: whatsapp widget to the site without a monthly fee whatsappclick.ru They
provide absolutely clean independent code that you can edit as you like))

D
Dmitry Zakhariev, 2020-04-26
@dlzspb

I recommend a simple link builder whatsap whatsaps.ru enter the number and text of the welcome message - you get a ready-made link. you can also create a visual QR code with it.

A
Andrey P., 2020-08-17
@tingroup

Use https://wa.me/number where number is the full international phone number. Do not use zeros, brackets, or hyphens when entering a phone number in international format.
Examples:
Correct: https://wa.me/1XXXXXXXXXX
Incorrect: https://wa.me/+001-(XXX)XXXXXXX
Source: https://faq.whatsapp.com/general/chats/how-to- use-...

N
NewTon_Studio, 2020-11-07
@NewTon_Studio

Good afternoon. I am a programmer and recently launched a service with widgets for the site, you will find different call buttons ( widgets.newton-studio.com/about_call_btn ) and much more for my site... You can register and see all the widgets here - https://widgets. newton-studio.com/
Source: https://seoforge.ru/website/klikabelny-nomer-telef...

N
Natalia Nikolaeva, 2022-02-13
@tashanik1970

I also asked this question for more than a month, until I came across a very informative and accessible resource dedicated only to instant messengers:
https://faqchat.ru/pochemu-ne-rabotaet-vatsap/
The blog explains in clear language what to do to implement the link, what happens in WhatsApp when messages are deleted, the reasons for blocking are indicated and the main thing is explained step by step - how to bypass this very blocking.
And also learn all the secrets of whats app and viber messengers.
Come in and see for yourself!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question