Skip to main content

10 secret WhatsApp tricks

WhatsApp. Wonderful, wonderful, WhatsApp. The messaging service that made BBM look boring and text messages redundant.

Of course there are now heaps of messaging services around, but WhatsApp has had a massive head start on almost all of them, meaning it has tonnes of features.

You can read all about what it is and how it works in our WhatsApp feature, but for those who already know the beauty of the service, here are some secret tips you might not know about.

Hide the blue ticks

Those blue ticks can get you in a whole world of trouble, especially when you don't reply instantly and someone sees you have read their messages. You can turn them off, but it's worth noting that if you do, you won't get read receipts for your messages either.

iOS: Settings > Account > Privacy > Toggle off Read Receipts.

Android: Settings > Account > Privacy > Untick Read Receipts.

Turn words bold, italic or strikethrough

Sometimes certain words need more emphasis and shouty caps just isn't going to cut it. Don't worry, WhatsApp allows you to make whichever words or phrases you want bold, italic, or strikethrough them altogether.

iOS and Android: Add an asterisk either side of the word or phrase for *bold*. Add an underscore either side of the word or phrase for _italic_. Add a tildes to either side of the word or phase for ~strikethrough~.

Find who you talk to most

Who is really your favourite person? It might not be who you think. On iOS, there is a way to find the people you send the most messages to and how much storage each person takes up, among other things.

iOS: Settings > Account > Storage Usage > Select Contact

Add dates to your calendar automatically

If you're prone to forgetting dates mentioned in various chats, it's possible to automatically create an event directly from WhatsApp on iOS.

iOS: Press and hold date within chat > Create Event

Mark chats as unread

Ever been out and about, read a chat and then completely forgot to reply? We do it all the time. There is a way to mark important chats with dot to remind you to go back to it though.
iOS: Chats >  Swipe left to right > Mark as Unread

Android: Long press chat > Open Menu > Mark as Unread

Save your data allowance

If you've got a limited data allowance, you don't want WhatsApp munching it all away. Thankfully, you can customise when media is allowed to download, as well as ensure calls use as little data as possible.

iOS and Android: Settings > Data Usage

Stop people seeing your messages

Ever passed your phone to a friend and instantly panicked about the messages they might see come through? Yeah, we haven't either. For those that have, you can turn off message preview on iOS so only the contact's name will appear, rather than their life story.

In Android, it's not possible through the WhatsApp app but you can stop private information showing up on your lock screen in Android itself.

iOS: Settings > Notifications > Toggle off Show Preview

Comments

Anonymous said…
Nice one
Anonymous said…
This comment has been removed by a blog administrator.

Popular posts from this blog

File attributes and NTFS permissions

Chapter 5 - File attributes and NTFS permissions   We’ve already mentioned both file attributes and NTFS permissions throughout this book. In this chapter we’ll take a closer look at file attributes, and discuss how to view and change attributes from the command line. We’ll also examine NTFS permissions, which are considerably more powerful than file attributes, and discuss how to view and alter them as well.   WHAT ARE FILE ATTRIBUTES?   “File attributes” are basically pieces of metadata that contain additional information about the file. In Windows, files generally have their names, their types (defined by the file’s extension), and their timestamps. (Certain kinds of files, such as MP3 music files, have additional kinds of metadata, such as the album and artist name.) With file attributes, however, there are four additional pieces of information that you can add to a file.  These four pieces of information are: -Archive,...

Methods used for the calculation of areas in Surveying

Methods used for the calculation of areas in Surveying: Simpson’s rule Trapezoidal rule Graphical rule Simpson’s Rule Statement It states that, sum of first and last ordinates has to be done. Add twice the sum of remaining odd ordinates and four times the sum of remaining even ordinates. Multiply to this total sum by 1/3 rd of the common distance between the ordinates which gives the required area. Where O 1 , O 2 , O 3 , …. O n are the lengths of the ordinates x = common distance n = number of divisions Note: This rule is applicable only if ordinates are odd, i.e. even number of divisions. If the number of ordinates are even, the area of last division maybe calculated separated and added to the result obtained by applying Simpson’s rule to two remaining ordinates. Even if first or last ordinate happens to be zero, they are not to be omitted from Simpson’s rule. The following offsets are taken from a chain line to an irregular boundary toward...

About creating partition

About creating partition To create partition is actually to partition hard drive. Only after you creating partition(s) on a disk, can you make use of the disk to save all kinds of data. All physical parameter of a disk are set when you create partition(s) on it, including MBR (Main Boot Record) and the destination for storing boot record backup. For other information later needed for the management of file system and other operating systems, it will be achieved by later advanced format. What are the advantages of creating partitions? Generally speaking, creating more than one partition enables you to have operating system separate from data, deploy multi-boot setups, and keep frequently used programs and data near each other. Therefore, you can manage your computer with ease. If there is only one partition (namely C drive) on disk: When recovering the system, the whole c disk (the system disk) will be formatted. If all data are saved in c disk, they will all be wiped a...