# How to mention everyone in WhatsApp Web

# Introduction

I run a large WhatsApp group and I often need to mention everyone in the group. But there are no real solutions for mentioning all members.

WhatsApp does not natively do it, and there was a Firefox browser extension, but it was abandoned.

That is why I decided to make my solution.

I made a UserScript that does exactly this: mentions everyone in WhatsApp Web when you write `@@` in the chat.

> Note: an UserScript is a program for modifying web pages to augment browsing.

Any browser that can install an [UserScript manager](https://greasyfork.org/en/help/installing-user-scripts#installing-user-scripts-in-a-browser) can run this solution.

Google Chrome, Firefox, Brave, Opera, Microsoft Edge, Safari, and more are supported. Just continue reading. 😉

---

## Setup

First, you need to install a UserScript manager. I recommend [Tampermonkey](https://www.tampermonkey.net/) as it is the most popular and supports all browsers.

Then, install the [WhatsApp Web Mention Everyone](https://github.com/AlejandroAkbal/WhatsApp-Web-Mention-Everyone-Userscript) UserScript.

---

## Mention Everyone

The fun part! Go to [web.whatsapp.com](https://web.whatsapp.com/) and open a Group chat.

**All you need to do is write** `@@` in the chat to see the magic happen.

![](https://github.com/AlejandroAkbal/WhatsApp-Web-Mention-Everyone-Userscript/raw/main/misc/example.jpg align="center")

---

## End

That was it. Easy right?

### Self-promotion

If you have found this useful, then you should follow me, I will be posting more interesting content! 🥰

* [GitHub](https://redirect.akbal.dev/github)
    
* [Twitter](https://redirect.akbal.dev/twitter)
    
* [Dev.to](https://redirect.akbal.dev/dev.to)
    

### Conclusion

Congratulations, today you have learned how to mention everyone on WhatsApp Web. Regardless of your Browser or OS.

**Let me know if the tutorial was useful to you in the comments!**
