Create WhatsApp Share button in your website or blog
The following code are create whatsapp share button in you own website or blog.
Code:
<html>
<head>
<style>
.button {
background-color: orange;
border-radius: 15px;
color: green;
text-align: center;
font-size: 20px;
margin: 4px 2px;
padding: 10px 24px;
}
</style>
</head>
<body>
<a class="btn-whatsapp" href="whatsapp://send?text= Welcome tech learn tips https://techlearnnew.blogspot.in/">
<button class="button ">Share Via WhatsApp</button></a>
</body>
</html>
Result:
No comments:
Post a Comment