WhatsApp is a very popular application which has replaced the text messages. You can find WhatsApp in almost every phone. It is easy to use, free, and supports voice and video calls as well. To be able to send a message to someone using WhatsApp, you need to save the mobile number of the target person and then it would appear in the list of your whatsapp contacts. But sometimes, we just need to send one or a few messages to someone, for enquiry or any other purpose and we don't want to keep that person's number saved in our phone. So here is a very easy way to send WhatsApp message to anyone without saving their phone number. Just follow the steps below:
Method 1:
1. Open notepad or any other text editing application (I prefer Notepad++).
2. Copy the following code and paste it in the notepad.
4. Copy this file in your phone and open it. If asked, choose chrome or any other browser in your phone to open it.
5. After opening this html file, type the number of the person (use the country code before the number without the "+" symbol) you want to send a WhatsApp message and in the message box, type the message and click "Submit" button.
6. That's it, you would see that WhatsApp will be launched and your message is ready to be sent to the target number.
Method 2:
If you are feeling lazy to type the code and saving html file etc, I have created a separate page which you can directly open in your phone and use it to send WhatsApp message to anyone without saving their number. Click Here to open the dedicated page.
Keep visiting for more tips and tricks.
Method 1:
1. Open notepad or any other text editing application (I prefer Notepad++).
2. Copy the following code and paste it in the notepad.
<meta name="viewport" content="width=device-width">3. Save the notepad file as whatsapp.html
<center>
<br />
<br />
<b>Enter Target Mobile Number With Country Code.<br />
(Don't Add "+" Symbol Before The Country Code.)<br />
Example: 918960090888
</b>
<br />
<br />
<form action="https://api.whatsapp.com/send" method="get">
<input type="text" name="phone" placeholder="Enter Mobile Number" value=""><br><br>
<input type="text" name="text" placeholder="Enter Your Message" value=""><br><br>
<input type="submit" value="Submit">
</form>
<br/>
<br/>
<b>Made by <a href="http://pctricksguru.com" target="_blank">PC Tricks Guru</a></b>
</center>
4. Copy this file in your phone and open it. If asked, choose chrome or any other browser in your phone to open it.
5. After opening this html file, type the number of the person (use the country code before the number without the "+" symbol) you want to send a WhatsApp message and in the message box, type the message and click "Submit" button.
6. That's it, you would see that WhatsApp will be launched and your message is ready to be sent to the target number.
Method 2:
If you are feeling lazy to type the code and saving html file etc, I have created a separate page which you can directly open in your phone and use it to send WhatsApp message to anyone without saving their number. Click Here to open the dedicated page.
Keep visiting for more tips and tricks.
0 blogger:
Post a Comment