Adding WhatsApp to your website is one of the highest-impact changes you can make. Visitors with questions convert better when they can message you instantly instead of filling out a contact form.
Why add WhatsApp to your website
- Contact forms have low completion rates; chat buttons get more engagement
- Visitors get instant answers instead of waiting for email replies
- Works on mobile and desktop
- No monthly fees — just a free wa.me link
Method 1: Simple text link
Create your link with the WhatsApp Link Generator, then add this HTML anywhere on your site:
<a href="https://wa.me/923001234567?text=Hello" target="_blank" rel="noopener">
Chat on WhatsApp
</a>
Best for: contact pages, footers, about pages.
Method 2: Floating chat button
A fixed button in the bottom-right corner — visible on every page:
<a href="YOUR_WA_ME_LINK" target="_blank" rel="noopener"
style="position:fixed;bottom:20px;right:20px;background:#25D366;color:#fff;
padding:12px 20px;border-radius:50px;text-decoration:none;font-weight:600;z-index:999;">
<img src="whatsapp-icon.svg" width="24" alt=""> Chat Now
</a>
Best for: e-commerce, service businesses, landing pages.
Method 3: QR code on contact page
For visitors on desktop who want to continue on mobile, display a QR code they can scan with their phone.
Adding to popular platforms
| Platform | How |
|---|---|
| WordPress | Custom HTML block or plugin (e.g., “Click to Chat”) |
| Shopify | Theme customizer → Custom Liquid, or App Store app |
| Wix | Add an HTML embed element with your link |
| Squarespace | Code injection or link block |
| Webflow | Embed element with custom HTML |
Best practices
- Use a pre-filled message so you know the lead came from your website
- Make the button green (#25D366) for instant recognition
- Place it above the fold on mobile
- Test on both iPhone and Android before going live
- Respond within minutes — a dead chat button hurts more than no button
Pre-filled message examples
Hi, I visited your website and have a questionHi, I'd like a free quoteHi, I'm interested in [product/service name]
Create your link now with the Click-to-Chat Generator.