Created
January 15, 2025 14:51
-
-
Save iuliaL/713339804cf75bc2e6af76bfbb7875b5 to your computer and use it in GitHub Desktop.
Whatsapp button script to show in the down right corner of a website - redirects to whatsapp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- generated from https://www.delightchat.io/whatsapp-chat-button-widget --> | |
<script async src="https://d2mpatx37cqexb.cloudfront.net/delightchat-whatsapp-widget/embeds/embed.min.js"></script> | |
<script> | |
var wa_btnSetting = { | |
btnColor: "#16BE45", | |
ctaText: "", | |
cornerRadius: 40, | |
marginBottom: 20, | |
marginLeft: 20, | |
marginRight: 20, | |
btnPosition: "right", | |
whatsAppNumber: "+3400000000", | |
zIndex: 999999, | |
btnColorScheme: "light", | |
}; | |
window.onload = () => { | |
_waEmbed(wa_btnSetting); | |
}; | |
</script> | |
<!-- generated from https://www.delightchat.io/whatsapp-chat-button-widget --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment