Back to blog
/14 min read

Add WhatsApp to Your Site: 3x More Replies, $0 Cost

web-designsmall-businessaustraliaconversions
Add WhatsApp to Your Site: 3x More Replies, $0 Cost

Why Your Contact Form Is Quietly Costing You Customers

More than 60% of Australian small business website traffic now arrives on mobile, according to Google Analytics benchmarks — yet the most common contact option on those sites is still a form that requires typing into multiple fields on a small screen, waiting an uncertain amount of time, and hoping someone responds before the customer finds a competitor. Research published in Harvard Business Review found that companies which contacted potential customers within one hour of receiving an online enquiry were nearly seven times more likely to qualify the lead than those who waited longer. Most contact form submissions don't receive a reply for six hours or more.

WhatsApp has more than two billion monthly active users globally and has grown into one of Australia's most widely used messaging apps, particularly on mobile. A click-to-chat WhatsApp button on your website connects potential customers to a channel they already have installed, requires no form fields, and works instantly. The button costs nothing. The setup takes under 10 minutes. This guide covers every method — from a five-minute link to styled HTML buttons and third-party chat widgets — plus how to configure WhatsApp Business so the button actually converts enquiries into booked jobs.

WhatsApp Business vs Personal WhatsApp: Get This Right First

The most common mistake Australian business owners make when adding WhatsApp to their website is using a personal number registered on the standard WhatsApp app. WhatsApp Business is a separate, free app with features built specifically for customer communication. Both apps cannot run simultaneously on the same number without a dual-SIM phone — if you register your personal number with WhatsApp Business, you lose access to personal WhatsApp on that device. Use a dedicated business number where possible.

FeaturePersonal WhatsAppWhatsApp Business AppWhatsApp Business API
Business profile (name, hours, address, website)NoYesYes
Automated greeting messageNoYesYes
Away message (outside business hours)NoYesYes
Quick replies (saved message templates)NoYesYes
Product and service catalogueNoYesYes
Conversation labels (pipeline management)NoYesYes
Multiple staff handling chats simultaneouslyNoNo (single device)Yes
CRM and third-party integrationsNoNoYes
Message analyticsNoBasicAdvanced
Monthly costFreeFree$70–$300+ AUD via BSP

Use the WhatsApp Business app if you are a solo operator or small team handling under 50 customer conversations per week. It is free, it runs on one phone, and it has every feature a local business needs to manage enquiries professionally.

Use the WhatsApp Business API if multiple staff need to respond simultaneously, you want to integrate with a CRM like HubSpot or Zoho, or you need to send scheduled broadcast messages to opt-in customers at scale. The API requires a Meta-certified Business Solution Provider — covered later in this guide.

Set Up WhatsApp Business Before You Add the Button

A WhatsApp button that points to an empty, generic account loses leads rather than converts them. Configure WhatsApp Business first — this takes 15 minutes and significantly affects how many enquiries you close.

  1. Download WhatsApp Business — free on iOS (App Store) and Android (Google Play). Register with your Australian business mobile number and verify via SMS or call.
  2. Complete your Business Profile — go to Settings → Business Tools → Business Profile. Fill in your business name, category (e.g. "Plumber", "Hair Salon", "Electrician"), a short description of what you do and where, your business hours, website URL, and email address. This profile is visible to customers before they send their first message.
  3. Set a Greeting Message — Settings → Business Tools → Greeting Message. This fires automatically when a new contact messages you for the first time. A strong greeting: "Thanks for reaching out to [Business Name]. We'll get back to you within the hour during business hours (Mon–Fri, 8am–5pm AEST). Feel free to send through any photos or details in the meantime."
  4. Set an Away Message — Settings → Business Tools → Away Message. Enable it and configure your business hours so it triggers automatically outside those times. A strong away message: "We're currently closed but we'll respond first thing tomorrow morning. Leave us your question and we'll get right back to you."
  5. Create Quick Replies — Settings → Business Tools → Quick Replies. Save keyboard shortcuts to common responses. Recommended for most Australian businesses: /quote (your quote request template), /hours (your trading hours), /area (your service area), /price (starting rates or a link to your pricing page), /book (your booking link).

How to Add a WhatsApp Button to Your Website: 3 Methods

Method 1: A Simple Click-to-Chat Link (5 Minutes, Free, No Code Required)

WhatsApp's click-to-chat feature generates a direct link to your business number. This method works on any website platform — WordPress, Squarespace, Wix, Shopify, custom HTML, or any site builder that lets you add a hyperlink to a button or text.

Step 1: Format your Australian phone number correctly. WhatsApp click-to-chat links use international format with no spaces, no dashes, no brackets, and no leading zero. Remove the leading 0 and prefix with 61 (Australia's country code).

Your Australian NumberWhatsApp Link Format
0412 345 678 (mobile)61412345678
02 9876 5432 (Sydney)61298765432
03 9123 4567 (Melbourne)61391234567
07 3456 7890 (Brisbane)61734567890
08 9012 3456 (Perth)61890123456

Step 2: Build your wa.me link. Your basic click-to-chat URL is: https://wa.me/61412345678

Step 3 (recommended): Add a pre-filled message. A pre-filled message removes the blank-page problem — customers don't know what to type first, and many abandon the chat rather than start from scratch. Add a URL-encoded message string:

https://wa.me/61412345678?text=Hi%2C%20I%27d%20like%20to%20get%20a%20quote%20for...

Use a free URL percent-encoder (search "URL encoder online") to convert your message text. Common pre-fills: "Hi, I'd like to get a quote for..." or "Hi, I found you online and have a question about..."

Step 4: Add the link to your site. On Wix, Squarespace, or any visual editor, add a button element and set its link to your wa.me URL. On WordPress, paste it into a Button block. For a custom HTML site:

<a href='https://wa.me/61412345678?text=Hi%2C%20I%27d%20like%20to%20enquire%20about...' target='_blank'>Chat with us on WhatsApp</a>

Method 2: A Styled WhatsApp Button (HTML/CSS)

A plain text link is functional, but a styled button with WhatsApp's official green and recognisable branding measurably increases click-through rates. Most visual site editors let you set a button's background colour and label without writing code. Set the background to #25D366 (WhatsApp's official brand colour), the text to white, and the label to "Chat on WhatsApp" or "Get a Quote on WhatsApp". Link it to your wa.me URL.

For a custom HTML site, a clean CSS button:

<a href='https://wa.me/61412345678' target='_blank' class='whatsapp-btn'>Chat on WhatsApp</a>

And in your stylesheet: .whatsapp-btn { background: #25D366; color: #fff; padding: 12px 24px; border-radius: 50px; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }

WhatsApp's brand guidelines permit businesses to use the WhatsApp name and icon for legitimate click-to-chat implementations. Always use the official green — Australian customers recognise it immediately, and click-through rates are measurably higher than a generic "Contact us" button in the same position.

Method 3: A Floating WhatsApp Chat Widget (Recommended for Most Australian Businesses)

A floating widget sticks to the bottom corner of every page as users scroll — far harder to miss than an inline button that disappears above the fold. This is the format used by most professional business websites globally. Third-party tools generate an embed code you paste once into your site's footer or header, and the widget appears on every page automatically.

Widget ToolFree PlanStarting Paid PriceCompatible WithBest For
GetButton.ioYes (with branding)~$5 USD/monthAny website (embed code)Fastest setup, lowest cost
Elfsight WhatsApp Chat200 views/month~$5 USD/monthAny website (embed code)Customisable design
WP Social ChatYes$49 USD/yearWordPress onlyWordPress sites
TidioYes (limited)$29 USD/monthWordPress, ShopifyMulti-channel (live chat + WhatsApp)
WATI Chat WidgetNo$49 USD/monthAny websiteBusinesses with higher volume

For most Australian small businesses — a tradie, café, or clinic spending under $10 per month on a widget — GetButton.io or Elfsight are the practical starting points. Both generate a working embed code in under five minutes and require no technical knowledge to install. For context: a Squarespace subscription costs from $16 AUD/month and a Wix plan from $17 AUD/month — a WhatsApp widget is one of the cheapest additions you can make to any site.

Where to Place the WhatsApp Button for Maximum Click-Throughs

Placement matters as much as the button itself. The six positions that consistently generate the highest click rates on Australian local business websites:

  1. Sticky floating button (bottom-right corner) — follows the user as they scroll, and is the default position for all widget tools. This is the highest-performing placement for mobile visitors by a significant margin.
  2. Header or navigation bar — alongside your phone number. On mobile, a WhatsApp icon in the header is tapped far more often than a "Contact" nav link that leads to a form page.
  3. Hero section — directly below your main headline as a secondary call-to-action. "Get a free quote on WhatsApp" placed alongside your main CTA button captures visitors who prefer messaging to calling.
  4. Services or pricing page — placed directly after a service description or price list. Visitors who are close to a decision often have one question before committing. A WhatsApp button at that moment captures them before they bounce to compare.
  5. Contact page — give the WhatsApp button more visual prominence than the contact form. When WhatsApp is available, a multi-field form is the inferior option for any visitor on a phone.
  6. Mobile navigation menu — a WhatsApp link inside the hamburger menu is accessed by a high proportion of mobile visitors who specifically go looking for a contact option.

What to avoid: placing the button in the footer only (below the fold on mobile means it is rarely seen), using the same green colour for decorative elements and the WhatsApp button (dilutes the brand recognition), and labelling it vaguely as "Message us" without the WhatsApp name — customers click more confidently when they recognise the specific platform they're being directed to.

The After-Hours Lead Problem Most Websites Never Solve

Here is the competitive insight that most articles on WhatsApp buttons don't discuss: the highest-value enquiries in Australian trade, home services, and personal services frequently arrive outside business hours. A homeowner notices a leaking fitting at 8pm. A small business owner decides they need to finally fix their online presence at 11pm on a Sunday. A couple researching florists for their wedding are comparing options on a Tuesday evening.

A contact form submitted at those hours waits in a queue until the next working morning. By then, the customer has often already sent the same enquiry to two or three competitors, and whoever responded first — even if they're slightly more expensive — has the advantage. This is not a fringe scenario: in competitive Australian trades and home services markets, response speed routinely determines which business books the job.

WhatsApp's away message changes this dynamic in a way no contact form can. The customer gets an immediate, personalised automated response — within seconds of sending their message — that acknowledges their enquiry and sets a specific return time: "We're closed for the evening but we'll get back to you first thing tomorrow morning (from 7:30am). If it's an emergency, call [number]." That message keeps the lead warm overnight. When you respond in the morning, you're responding to a customer who already feels acknowledged, not one who has been wondering whether their enquiry went anywhere.

For service-based businesses, this is the real return on investment from a WhatsApp button — not just daytime convenience, but capturing leads that would otherwise be lost to the first competitor who responds. Companies like APX Trade Group, a licensed electrical contractor operating in Sydney, understand that in a competitive trade market, response speed is a differentiator before quality or price ever enter the conversation. It's precisely why websites for tradies and contractors should treat WhatsApp as a primary lead-capture tool, not an afterthought beneath a contact form.

Configuring WhatsApp Business for Professional Lead Conversion

A WhatsApp button is only as effective as the account behind it. These configuration choices separate businesses that convert WhatsApp enquiries from those that don't.

Greeting message quality: under 100 words, must include your business name, a clear acknowledgement, and a specific response timeframe. "We'll get back to you shortly" is vague and erodes confidence. "We'll respond within 1 hour during business hours (Mon–Fri, 8am–5pm AEST)" is specific and builds it.

WhatsApp Catalogue: if you offer defined service packages or products, set up a WhatsApp Catalogue (Settings → Business Tools → Catalogue). You can send catalogue items directly in conversation, and customers can browse without leaving the chat. This works particularly well for hair salons and barbers listing treatment packages, or for cafés offering set catering menus. Hospitality businesses — including those working with suppliers like ZenPacks Australia in the packaging and foodservice space — increasingly use WhatsApp catalogues to speed up B2B ordering and enquiry conversations where photos and specifications matter.

Conversation labels: WhatsApp Business lets you colour-code conversations with labels — New Enquiry, Quote Sent, Booked, Follow Up, Completed. When you are handling 20 to 40 WhatsApp enquiries per week, labels keep the pipeline visible and prevent leads from slipping through after the first exchange.

Quick Replies worth setting up immediately: /quote (your quote request template), /hours (your trading hours with AEST specified), /area (your service area or address), /price (your starting rates or a link to your pricing page), and /book (your booking link or calendar URL if you take appointments).

Legal and Privacy Considerations Under Australian Law

Adding a WhatsApp button to your website is legally unrestricted for Australian businesses. The legal obligations arise from how you use the resulting conversations.

The Australian Privacy Act 1988 applies to businesses with annual turnover above $3 million AUD, and to all health service providers regardless of size. WhatsApp conversations are stored on Meta's servers, which are primarily located in the United States. If your conversations involve sensitive customer data — medical history, financial details, government identifiers — this data storage location is relevant to your obligations under the Australian Privacy Principles (APPs). For most local service businesses handling general trade enquiries, this is not a practical concern. However, your website's privacy policy should disclose WhatsApp as a communication channel and note that conversations are subject to Meta's data practices.

The Spam Act 2003 governs commercial electronic messages in Australia. Using a customer's WhatsApp number — collected via your click-to-chat button — to send unsolicited promotional broadcast messages is a potential Spam Act violation. WhatsApp's own terms of service also prohibit bulk promotional messaging through the standard Business App. Broadcast messaging at scale requires the WhatsApp Business API and explicit customer opt-in. One-to-one responses to customer-initiated conversations are not affected by these restrictions.

In practice for most small businesses: respond to what customers send you, do not add contacts to broadcast lists without their consent, and update your privacy policy to mention WhatsApp as a contact channel. Those three steps cover the legal exposure for the vast majority of Australian SMBs.

WhatsApp Business API: When the Free App Isn't Enough

The WhatsApp Business app runs on one device, managed by one person. When your business grows to a point where two or three staff need to respond to WhatsApp enquiries simultaneously, or when you need to integrate conversations with a CRM, the free app becomes a bottleneck. The WhatsApp Business API removes both limitations.

API access requires a Meta-certified Business Solution Provider (BSP) — a company that manages the API connection and provides a dashboard where multiple team members can view and respond to conversations. Australian businesses commonly work with these BSPs:

  • 360dialog — lower per-conversation costs, developer-friendly, good for businesses building custom integrations
  • Twilio — easiest integration with other business tools and CRMs, strong documentation
  • WATI — purpose-built for WhatsApp business use, SaaS interface, recommended for non-technical teams who want a managed solution
  • MessageBird (Bird) — strong multi-channel capabilities, good support coverage for Australian time zones

Typical Australian API costs: BSP setup $0–$200 AUD one-time, platform subscription $70–$300 AUD per month, plus Meta's per-conversation fees. Meta charges per 24-hour conversation window rather than per message, and rates differ between business-initiated and customer-initiated conversations — check current pricing at business.whatsapp.com before committing, as Meta revises these periodically. The API becomes cost-effective when you are handling 50 or more customer conversations per week and a single-device setup is creating genuine operational problems.

Comparing All Contact Methods: A Reference Table

Contact MethodAvg Response TimeMobile ExperienceLead QualityMonthly CostBest Suited To
Contact form6–24+ hoursPoorLow–mediumFreeGovernment, formal B2B
Phone number (click-to-call)Instant (if answered)ExcellentHighFreeAll local businesses
Email link (mailto)4–48 hoursPoorLow–mediumFreeWhen documentation needed
WhatsApp buttonMinutes (or instant auto-reply)ExcellentHigh (photos, voice, location)FreeMobile-first local businesses
Facebook MessengerMinutesGoodMediumFreeFacebook-active demographics
Live chat (Intercom, Tidio)Minutes (staffed hours only)GoodMedium$30–$200/monthE-commerce, SaaS, high volume
Online booking widgetImmediate (automated)GoodHigh$20–$80/monthAppointment-based businesses

The practical recommendation for most Australian local businesses: a click-to-call phone number plus a WhatsApp button covers the two contact preferences of the majority of mobile visitors. If you also take appointments, add a booking widget. Contact forms can remain for customers who specifically want that channel — but they should not be the primary or most prominent contact option when better alternatives are available on the same page.

How to Track Whether Your WhatsApp Button Is Actually Working

Most business owners add a WhatsApp button and never verify whether it is driving enquiries. Three practical tracking methods:

  1. Google Analytics 4 custom event: if you have GA4 installed, use Google Tag Manager to create a trigger that fires whenever a user clicks any link containing "wa.me". Label it as a conversion event in GA4. This gives you a monthly count of WhatsApp button clicks broken down by page, device, and traffic source — you'll quickly see which page is your top converter and which placements are being ignored.
  2. Widget analytics: tools like Elfsight and GetButton.io include basic click counts in their dashboards. If you're not using Google Tag Manager, this is the simplest option — log in once a week and check the count.
  3. Ask new customers: "How did you contact us first?" is still the most reliable attribution method for small local businesses. If you're receiving 15 WhatsApp enquiries per week that you weren't getting before, that's a clear measure of return regardless of what any dashboard shows.

For a complete picture, use Google Search Console alongside GA4. Search Console shows whether pages on your site that mention WhatsApp contact are gaining organic visibility — if you create a dedicated "Contact us on WhatsApp" page or a services page optimised around your local area, Search Console will tell you whether it's appearing in Google results and generating impressions.

Frequently Asked Questions

Can I use my personal mobile number for the WhatsApp Business button on my website?

Yes, but the personal WhatsApp app and the WhatsApp Business app cannot run simultaneously on the same number without a dual-SIM phone. If you register your personal number with WhatsApp Business, you lose personal WhatsApp access on that device. The safest long-term setup is a dedicated business SIM registered with WhatsApp Business — this keeps your personal and business communications completely separate and means you can hand off the business number to a staff member without giving access to your personal account.

How do I correctly format my Australian phone number in the WhatsApp link?

Remove the leading zero and prefix the number with 61 (Australia's international dialling code). Remove all spaces, brackets, and dashes. A mobile number 0412 345 678 becomes 61412345678, so your link is https://wa.me/61412345678. A Sydney landline 02 9876 5432 becomes 61298765432. A Brisbane landline 07 3456 7890 becomes 61734567890. A Perth landline 08 9012 3456 becomes 61890123456. Test the link yourself from a different phone before publishing it on your site.

Does a WhatsApp button work for visitors on a desktop computer?

Yes. On desktop, clicking a wa.me link opens WhatsApp Web (if the visitor is logged in at web.whatsapp.com) or prompts them to open the WhatsApp desktop app. Desktop visitors who don't use WhatsApp at all won't be served by the button — which is why your phone number and email should remain available as alternatives. For most Australian local business websites, 60–70% of visitors arrive on mobile, so the WhatsApp button's primary audience is mobile regardless.

Is WhatsApp Business free to use for an Australian small business?

The WhatsApp Business app is completely free to download and use for one-to-one customer conversations that customers initiate. There are no per-message fees, no monthly subscription, and no conversation volume limits in the standard app. Costs only arise if you scale to the WhatsApp Business API (typically $70–$300 AUD/month via a BSP, plus Meta's per-conversation fees), or if you use a paid third-party widget to display the button on your website. The click-to-chat link method described in this guide costs nothing at all — the only investment is 10 minutes of setup time.

Can customers message my business on WhatsApp without saving my number first?

Yes — this is a significant advantage of the click-to-chat system over simply displaying your number and asking people to "add us on WhatsApp". When a customer clicks your wa.me link, WhatsApp opens a direct chat with your business number immediately, without requiring them to save your contact first. This removes meaningful friction from the enquiry process, particularly on mobile where manually entering and saving a phone number is a common drop-off point.

What is the legal position under Australian law for adding a WhatsApp button to my website?

Adding a WhatsApp click-to-chat button is legally unrestricted for Australian businesses. The legal considerations arise after the customer clicks: the Australian Privacy Act 1988 governs how you handle customer data collected through conversations, and the Spam Act 2003 prohibits sending unsolicited commercial messages to customers who haven't opted in. One-to-one responses to customer-initiated enquiries are not regulated by the Spam Act. Update your website's privacy policy to disclose WhatsApp as a communication channel and note that conversations are subject to Meta's privacy practices — this satisfies your disclosure obligations under the Australian Privacy Principles for the majority of small businesses.

Should I use WhatsApp or a paid live chat widget like Intercom or Tidio?

For most Australian local service businesses — tradies, salons, clinics, cafés, consultants — WhatsApp is the better-performing option. It's free, customers already have it installed and check it constantly, conversations persist across sessions (customers can refer back to quotes or job details), and customers can send photos, voice notes, and location pins that meaningfully help you scope a job before the first call. Paid live chat tools like Intercom (from approximately $74 AUD/month) or Tidio (from $29 USD/month) are better suited to e-commerce or SaaS businesses with dedicated support staff who are online and monitoring a dashboard during staffed hours. If you're a solo operator or a team of two to three people, WhatsApp delivers more practical value for significantly less cost.

How do I add a WhatsApp button to a Wix, Squarespace, or Shopify website?

On Wix: add a Button element to any page, set its link type to "Web address", and enter your wa.me URL. Style it with a green (#25D366) background. For a floating widget, go to the Wix App Market and install a WhatsApp chat app, or use GetButton.io's embed code via an HTML element. On Squarespace: add a Button Block, paste your wa.me URL as the button link, and adjust the button colour in Design settings. For a floating widget, add a Code Block in your footer section and paste the GetButton.io or Elfsight embed code. On Shopify: the simplest approach is adding a WhatsApp chat app from the Shopify App Store — Tobi WhatsApp Chat and BiteSpeed are widely used, low-cost options. Alternatively, add your wa.me link directly to theme buttons in the Shopify theme editor without any app.

If your site needs a professional rebuild rather than a button added to something that isn't converting anyway, weauto builds complete websites for Australian local businesses from $99 + GST, live in five business days.

Related reading


Ready to get online?

weauto builds professional websites for Australian local businesses — live in 5 business days for $99 + GST.