IP Sorgulama Widget
Kendi sitenize IP sorgulama özelliği ekleyin
Widget Önizleme
HTML Kodu
Aşağıdaki kodu sitenizin istediğiniz yerine ekleyin:
<iframe
src="https://ipsorgula.com?widget=1"
style="width: 100%; height: 600px; border: none; border-radius: 0.5rem;"
frameborder="0"
scrolling="no">
</iframe>
JavaScript Widget (Önerilen)
Daha esnek kullanım için JavaScript widget'ı:
<div id="ip-sorgula-widget"></div>
<script>
(function() {
var widget = document.createElement('iframe');
widget.src = 'https://ipsorgula.com?widget=1';
widget.style.width = '100%';
widget.style.height = '600px';
widget.style.border = 'none';
widget.style.borderRadius = '0.5rem';
widget.setAttribute('frameborder', '0');
widget.setAttribute('scrolling', 'no');
document.getElementById('ip-sorgula-widget').appendChild(widget);
})();
</script>
WordPress Shortcode
WordPress siteniz için shortcode:
[ip_sorgula_widget]
WordPress functions.php dosyanıza ekleyin:
function ip_sorgula_widget_shortcode() {
return '<iframe src="https://ipsorgula.com?widget=1" style="width: 100%; height: 600px; border: none; border-radius: 0.5rem;" frameborder="0" scrolling="no"></iframe>';
}
add_shortcode('ip_sorgula_widget', 'ip_sorgula_widget_shortcode');
Widget Özellikleri
Ücretsiz
Tamamen ücretsiz, sınırsız kullanım
Kolay Kurulum
Tek satır kod ile kurulum
Responsive
Tüm cihazlarda mükemmel görünüm