Is there anyone ever try to add Whatsapp in Blocs?
Yes it’s not that difficult and I’ve done it on a couple sites now. Add a link like this:
That will then open WhatsApp.
Hi, thanks @Flashman. Is it possible to make a Whatsapp chat button that is always visible in the corner of the page?
Hello @jcapel in page definitions go to Add code and insert the following code:
<a href="https://api.whatsapp.com/send?phone=1234567890&text=Please%20contact%20me%20about%20the%20following:" class="float" target="_blank"> <i class="fa fa-whatsapp my-float"></i> </a> <style> .float{ position:fixed; width:60px; height:60px; bottom:40px; right:40px; background-color:#25d366; color:#FFF; border-radius:50px; text-align:center; font-size:30px; box-shadow: 2px 2px 3px #999; z-index:100; } .my-float{ margin-top:16px; } </style>
Just change the number to your / costumer number and change the text if you want for other thing…
Hope it helps you…
Hi @Pealco this is perfect, thank you so much!
It’s exactly what I needed.
Cheers
Thank you Pealco for this
The WhatsApp icon does not show on mobile. Is there a solution?
Hello one of the users alert me that in B4 the icon is not showing, is related that B4 uses Font Awesome 5, so for who wants to use the code above there is the code fixed to B4:
<a href="https://api.whatsapp.com/send?phone=1234567890&text=Please%20contact%20me%20about%20the%20following:" class="float" target="_blank">
<i class="fab fa-whatsapp my-float"></i>
</a>
<style>
.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.my-float{
margin-top:16px;
}
</style>
how can I change colour of the icon when mouse hover?
Hello @theenrico just add the following code between .float
and .my-float
:
.float:hover { color:#cb2ff1; }
Hope it helps you…
Hello everyone. Today I found an interesting article about WhatsApp. As described, it is suitable for use in a browser. I don’t really understand what is written there, I’m just learning) but it’s interesting that this truth can be built in BLOCSAPP. This is where I read Floating Whatsapp Click To Chat Button In jQuery - venom-button | Free jQuery Plugins
Also want to have this
@PeteSharp cooking something ?
Hello all, that is not entirely true, the only think they have is like a modal with a theme of what’s app and you have a field to input a message and when you press send it will open the web WhatsApp.
Yes, as @Pealco says, It’s a fake chat window that sends the first message. My Bric has a similar feature you can enable or disable.
I like this because I don’t need to install the version on the PC. I wonder who came to your site, he needs to install the application on a PC?
Where can I download your bloc for whatsapp?
It hasn’t been released yet. Soon though.
Now it has! ChatPosh | Blocs Store
I never released mine. It’s still in my bric library. Where it will stay. It’s not as posh