İçeriğe atla

MediaWiki:Common.js: Revizyonlar arasındaki fark

Tele 7/24 sitesinden
Değişiklik özeti yok
Etiket: Geri alındı
Değişiklik özeti yok
Etiket: Geri alındı
4. satır: 4. satır:
     href: 'https://api.whatsapp.com/send?phone=905462048708',
     href: 'https://api.whatsapp.com/send?phone=905462048708',
     target: '_blank',
     target: '_blank',
     html: '<img src="https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg" width="50" height="50">',
     html: '<img src="https://cdn-icons-png.flaticon.com/512/733/733585.png" width="50" height="50">',
     css: {
     css: {
       position: 'fixed',
       position: 'fixed',

17.01, 1 Ağustos 2025 tarihindeki hâli

/* Any JavaScript here will be loaded for all users on every page load. */
$(function() {
  var button = $('<a>', {
    href: 'https://api.whatsapp.com/send?phone=905462048708',
    target: '_blank',
    html: '<img src="https://cdn-icons-png.flaticon.com/512/733/733585.png" width="50" height="50">',
    css: {
      position: 'fixed',
      bottom: '20px',
      right: '20px',
      'z-index': '9999'
    }
  });

  $('body').append(button);
});