Posts

Showing posts with the label Jquery

Share Content on Whatsapp using jQuery

Image
Why Whatsapp Share need? WhatsApp is one of the most popular messaging apps in the world – Facebook bought WhatsApp for $19 billion. One-third of world’s population is using Whatsapp on their smartphones. So adding WhatsApp share button in your website will be helpful to share content with anyone anytime anywhere! CSS Code to Style the Whatsapp Share Button:  .w3_whatsapp_btn {     background-image: url('icon.png');     border: 1px solid rgba(0, 0, 0, 0.1);     display: inline-block !important;     position: relative;     font-family: Arial,sans-serif;     letter-spacing: .4px;     cursor: pointer;     font-weight: 400;     text-transform: none;     color: #fff;     border-radius: 2px;     background-color: #5cbe4a;     background-repeat: no-repeat;     line-height: 1.2;     text-decoration: none;     text-align: left; } .w3_whatsapp_btn_small {     font-size: 12px;     background-size: 16px;     background-pos