Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

I started my digital marketing career in Aug 2016 as an intern. My Company provided me the opportunity to showcase my knowledge to the fullest, As I was a computer freak, it didn’t take much time for me to fit in a new role. Before this, I worked as a Motor Rewinder for more than 8years.

Clients

Contacts

Kandivali Mumbai, 400 101, India

info@imdigitalvinod.com

+91 98204 54544

Article Tips and Tricks
How to Add WhatsApp Chat Button

How to Add WhatsApp Chat to WordPress Without Plugins – Step-by-Step Guide

How to Add WhatsApp Chat Button:

In today’s fast-paced digital world, customers expect quick support. And what’s better than integrating WhatsApp chat directly into your website?

If you’re running a WordPress site and want to add a WhatsApp chat button — but don’t want to overload your site with plugins — this article is for you.

Let’s dive into how you can do it easily using just a few lines of code.


🧠 Why Avoid Plugins?

Using too many plugins can:

  • Slow down your website
  • Cause compatibility issues
  • Create security vulnerabilities

That’s why adding WhatsApp chat without plugins is a smarter move — especially for small business owners and bloggers.


🛠️ Step-by-Step: Add WhatsApp Chat Button Without Plugin

✅ Step 1: Copy the WhatsApp Chat Code

Here’s a simple HTML + CSS code snippet to create a floating WhatsApp chat button:

<!-- WhatsApp Chat Button -->
<a href="https://wa.me/919999999999" class="whatsapp-chat" target="_blank">
  <img src="https://img.icons8.com/color/48/000000/whatsapp--v1.png" alt="Chat on WhatsApp"/>
</a>

<style>
.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
</style>

📝 Replace 919999999999 with your WhatsApp number (including country code, without + or dashes).

✅ Step 2: Add the Code to Your WordPress Site

Option 1: Using the Theme Customizer

  1. Go to your WordPress Dashboard.
  2. Navigate to Appearance > Customize.
  3. Go to Additional CSS and paste the <style> part.
  4. Then, go to Appearance > Widgets > Footer or Header and add a Custom HTML widget.
  5. Paste the <a> tag inside the widget box.

Option 2: Editing the Theme Files Directly (Advanced)

If you’re comfortable editing theme files:

  1. Go to Appearance > Theme File Editor.
  2. Open footer.php or header.php.
  3. Paste the full code just before the closing </body> tag.

⚠️ Always take a backup before editing theme files!


✅ Step 3: Test the Button

After saving the changes:

  • Visit your site.
  • Look at the bottom-right corner.
  • You should see the WhatsApp icon floating.
  • Click it — it should open a chat window in WhatsApp.

🎯 Bonus Tip: Pre-filled WhatsApp Message

You can even create a pre-filled message like this:

<a href="https://wa.me/919999999999?text=Hi%2C%20I%20need%20help%20with%20your%20services" class="whatsapp-chat" target="_blank">

This makes it easier for visitors to start a conversation.

✅ Benefits of Adding WhatsApp Chat Without a Plugin

  • No extra plugin bloat
  • Faster loading time
  • Better control over design
  • Cleaner codebase
  • Improved user experience

🔚 Final Thoughts

Adding WhatsApp chat to WordPress without a plugin is a small change with big impact. It builds trust, encourages real-time support, and improves conversions — all while keeping your site fast and clean.

Now that you know how to do it, go ahead and connect with your visitors on a platform they already use daily — WhatsApp!


How to Add WhatsApp Chat Button

Author

Vinod Vishwakarma

Leave a comment

Your email address will not be published. Required fields are marked *