Does anyone have experience with WhatsApp widgets and chat buttons?
I generated one at DelightChat which stopped to work after a day or so. Not sure why?
You can see it here bottom right :: https://training.silence-of-touch.com
What Im wondering is how these companies work as the button links to them.
My preference is more for something with no strings attached!
I would like to have a WhatsApp floating button on my page, but don’t know how to get it to float …
I can create an SVG button with a WhatsApp link, but how to make it float?
You can try
If you used a framework like foundry, Foundation or uikit they usually have a position stack in there to have items fixed on the screen.
Or you can try applying a class to the whatsapp button and add some css like
.whatsapp {
position: fixed;
bottom: 0px;
right: 0px;
}
Thanx @Anon , I’m in Source and just discovered the sticky stack, so all good. Thanks
1 Like
In the end I went with Target stack which works 👍🏼
1 Like