Whatsapp Chat With A Click

Someone knows or implemented already a way to have direct link to whatsapp chat.

Like they click and already they go to the whatsapp related to customer service of the site.

Of course active on in mobile

Please check possible ways of integration

https://faq.whatsapp.com/en/general/26000030

Great Yury,

some way to create a button that stay there fix only in mobile?

Great Yury,

some way to create a button that stay there fix only in mobile?

Try to add the visible-phone class on the button

No i mean like scroll up button that is fix there

No i mean like scroll up button that is fix there

You can extra class to the button and use the following code in the CSS section of the theme editor

@media screen and (max-width: 480px) {
    .your_extra_class {
        ....
    }
}

No i mean like scroll up button that is fix there

which template are u using?