2 dk HTML/CSS

WhatsApp Floating Button

Sayfanin kosesine sabit kalan WhatsApp butonu.

#WhatsApp #HTML #CSS #Floating Button

Her websitesi olanin vazgeçilmezi olan bir özellik. Eklentisiz kolay bir sekilde ekleme yöntemini gösterecegim.

TELNO yerine telefon numaranizi, MESAJ yerine mesajinizi yazin ve </head> etiketinden önce yapistirin.

<a href="https://wa.me/TELNO?text=MESAJ" class="floating" target="_blank">
  <img src="https://www.engingulgor.com/images/website/whatsapp_icon50x50.png" alt="WhatsApp Button">
</a>

<style>
a.floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
</style>
// Related Snippets
// Questions & Comments
Loading comments...
// Write a comment