MediaWiki:Common.js: Revizyonlar arasındaki fark
Görünüm
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:// | 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); });