You can configure fast access to this function in two ways.
By default, WhatsApp allows you to start a new chat only with users that you already have in contacts. This is inconvenient if you need to write a person only a couple of messages, and further communication is not planned. Fortunately, iPhone users have a couple of ways to avoid accumulation of contacts like “Nikita Seller iPhone” and “Anastasia to ask about counters”. We talk in detail about each of them.
Method 1. Through the “team” application
Instead of performing active actions every time you need to send a message without adding the user to contacts, it is better to create a quick command once to start such chats in a couple of seconds. For this:
1. Make sure that WhatsApp is installed on the smartphone and you entered the account.
2. Open the “commands” application (preinstalled by iPhone; if you removed it, download it from the App Store). In the “My Team” tab, click on the “+” icon in the upper right corner.
3. Click on the line “Search for and actions”. In the window that opens, scroll to the option “Send PostsApp messages” and click on it.
4. Complete the command: click on the field to the left of the “recipient” and select “Ask every time”. Then set the name of the command and, if desired, change the icon “.
5. Click on the icon in the form of a cross to close the editing of the command. This will save changes.
Ready: now it is enough to press on the dick with the created team, and then to “select the recipient” (yes, this is an official translation) to enter the recipient’s phone number and start communicating.
You can activate the team not only manually in the application, but also using siri. If you often send messages to users that you do not want to add to contacts, you can add commanding the command to the desktop. To do this, open the command settings, click “share”, and then select “Home”.
After that, you will not have to open the “commands” application each time: it will be enough to press one button, insert a number and start communication.
Method 2. Through the “Favorites” Safari
This method is very similar to the previous one, only instead of the team we will create and edit the shortcut in Safari. This method is safe, since it relies on the API of whatsApp itself – that is, it provides faster access to the function of the messenger himself.
1. Open Safari and switch to any page.
2. Click on the “Share” icon and select “Add to favorites”. You can immediately change the name for something like “message WhatsApp”. Select “Save”.
3. Open the starting page Safari. Click and hold the newly created label here until the context menu appears. Select “Change”.
4. Click on the icon in the form of a cross in the “address” section to delete a previously saved link, and insert the following code into this field:
JavaScript: (Function () {
Var Phone = Prompt ("Who do you want to write?", "9876543210");
if (Phone != null) {
Window.Location.Href = "https: // API.WhatsApp.COM/SEND?Phone =" + Phone;
}
}) ();
5. Click “Save”.
Now in order to send a new message, just click on this bookmark. She will open an interface for entering a number over the last open page in Safari: just replace 9876543210 with the desired number and click OK.
By default, WhatsApp allows you to start a new chat only with users that you already have in contacts. This is inconvenient if you need to write a person only a couple of messages, and further communication is not planned. Fortunately, iPhone users have a couple of ways to avoid accumulation of contacts like “Nikita Seller iPhone” and “Anastasia to ask about counters”. We talk in detail about each of them.
Method 1. Through the “team” application
Instead of performing active actions every time you need to send a message without adding the user to contacts, it is better to create a quick command once to start such chats in a couple of seconds. For this:
1. Make sure that WhatsApp is installed on the smartphone and you entered the account.
2. Open the “commands” application (preinstalled by iPhone; if you removed it, download it from the App Store). In the “My Team” tab, click on the “+” icon in the upper right corner.
3. Click on the line “Search for and actions”. In the window that opens, scroll to the option “Send PostsApp messages” and click on it.
4. Complete the command: click on the field to the left of the “recipient” and select “Ask every time”. Then set the name of the command and, if desired, change the icon “.
5. Click on the icon in the form of a cross to close the editing of the command. This will save changes.
Ready: now it is enough to press on the dick with the created team, and then to “select the recipient” (yes, this is an official translation) to enter the recipient’s phone number and start communicating.
You can activate the team not only manually in the application, but also using siri. If you often send messages to users that you do not want to add to contacts, you can add commanding the command to the desktop. To do this, open the command settings, click “share”, and then select “Home”.
After that, you will not have to open the “commands” application each time: it will be enough to press one button, insert a number and start communication.
Method 2. Through the “Favorites” Safari
This method is very similar to the previous one, only instead of the team we will create and edit the shortcut in Safari. This method is safe, since it relies on the API of whatsApp itself – that is, it provides faster access to the function of the messenger himself.
1. Open Safari and switch to any page.
2. Click on the “Share” icon and select “Add to favorites”. You can immediately change the name for something like “message WhatsApp”. Select “Save”.
3. Open the starting page Safari. Click and hold the newly created label here until the context menu appears. Select “Change”.
4. Click on the icon in the form of a cross in the “address” section to delete a previously saved link, and insert the following code into this field:
JavaScript: (Function () {
Var Phone = Prompt ("Who do you want to write?", "9876543210");
if (Phone != null) {
Window.Location.Href = "https: // API.WhatsApp.COM/SEND?Phone =" + Phone;
}
}) ();
5. Click “Save”.
Now in order to send a new message, just click on this bookmark. She will open an interface for entering a number over the last open page in Safari: just replace 9876543210 with the desired number and click OK.