MediaWiki:Common.js: Revizyonlar arasındaki fark
Görünüm
Değişiklik özeti yok Etiketler: Elle geri alma Geri alındı |
Değişiklik özeti yok Etiketler: Elle geri alma Geri alındı |
||
1. satır: | 1. satır: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* 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); | |||
}); |
09.37, 2 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); });