MediaWiki:Common.js: Revizyonlar arasındaki fark
Görünüm
Değişiklik özeti yok |
Değişiklik özeti yok Etiket: 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://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg" width="50" height="50">', | |||
css: { | |||
position: 'fixed', | |||
bottom: '20px', | |||
right: '20px', | |||
'z-index': '9999' | |||
} | |||
}); | |||
$('body').append(button); | |||
}); |
17.00, 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://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg" width="50" height="50">', css: { position: 'fixed', bottom: '20px', right: '20px', 'z-index': '9999' } }); $('body').append(button); });