1- stil dosyanıza (genelde style.css'tir)
.popup-placement {
position: fixed;
left: 20px;
bottom: 0;
z-index: 9999;
}
.popup-placement-social-whatsapp a {
background: #4dc247;
}
.popup-placement-social-item a {
float: left;
height: 50px;
width: 50px;
border-radius: 50%;
box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
font-size: 28px;
text-align: center;
line-height: 50px;
color: white;
margin-right: 15px;
margin-bottom: 9px;
position: relative;
}Burada left: 20px; olan değeri right:20px; yaparak sitenizin sağında görünmesini sağlayabilirsiniz, 20px değerini değiştirerek ince ayar yapabilirsiniz.2- Yapacağımız 2. değişiklik sitemizin Footer kısmına aşağıdaki kodu eklemek. (Eğer tema parçalama yaptıysanız footer.php içine yerleştiriniz....). Kod içinde phone=908508408076 yazan yere 905xxxxxxxx' li kendi numaranızı yazmalısınız.
<div class="popup-placement"> <div class="popup-placement-social-item popup-placement-social-whatsapp"> <a href="https://api.whatsapp.com/send?phone=908508408076&text=Merhabalar,Yardıma İhtiyacım Var." style="color:white !important;"><i class="fab fa-whatsapp"></i><span class="popup-placement-social-title"></span></a> </div> </div>Bu kadar kolay, kolay gelsin