CodingMSTR LogoCodingMSTR
WhatsApp Floating Button | Floating Call Button

WhatsApp Floating Button | Floating Call Button

Free

<div>1. WhatsApp Floating Button In One Line of Code</div><div>2. Floating Call Button In One Line of Code</div>

Category: Uncategorized
Added On: August 9, 2021
Developer: By Praveen

For any customization or code setup, feel free to contact us. We also offer deployment on live servers.

For any issues related to downloading, email me at devpraveenkr@gmail.com

Need additional support or customization? Contact me!

Project Screenshots

Project Description

- Get the WhatsApp Floating Button by pasting just one line of code on the header or footer of your website.
- Get the Floating Call Button by pasting just one line of code on the header or footer of your website.

    <!--WHATS APP SHARE BUTTON STARTING -->
    <a
      href="https://wa.me/918789529215?text=Hi%20There!"
      class="float"
      style="
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 70px;
        right: 80px;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        cursor: pointer;
        box-shadow: 2px 2px 3px #999;
      "
    >
      <img
        src="https://trickuweb.com/whatsapp.png"
        alt=""
        height="60px"
        width="60px"
      />
    </a>
    <!-- WHATS APP SHARE BUTTON ENDING -->

    <!--Floating Call BUTTON STARTING -->
    <a
      href="tel:+918789529215"
      class="float"
      style="
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 80px;
        left: 80px;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        cursor: pointer;
        box-shadow: 2px 2px 3px #999;
      "
    >
      <img src="call.png" alt="" height="60px" width="60px" />
    </a>
    <!-- Floating Call BUTTON ENDING -->