Adım 4) Kodu Bulduktan Sonra Aşağıdaki Kodu Hemen Üstüne Ekleyin
<script>
//$(document).ready(function () {
var url_blog = 'Kendi Urlnizi Buraya Ekleyin', //replace with your Domain
numpostx = 10; //Posts want to display
$.ajax({
url: '' + url_blog + '/feeds/posts/default?alt=json-in-script&max-results=' + numpostx + '',
type: 'get',
dataType: "jsonp",
success: function(data) {
var posturl, posttitle, skeleton = '',
entry = data.feed.entry;
if (entry !== undefined) {
skeleton = "";
';
for (var i = 0; i < entry.length; i++) {
for (var j=0; j < entry[i].link.length; j++)
{
if (entry[i].link[j].rel == "alternate")
{
posturl = entry[i].link[j].href;
break;
}
} posttitle = entry[i].title.$t;
skeleton += '
}
skeleton += '
$('#recentpostbreaking').html(skeleton);
// kode untuk efek pada breaking news
function tick(){
$('#recentpostbreaking li:first').slideUp( function () { $(this).appendTo($('#recentpostbreaking ul')).slideDown(); });
}
setInterval(function(){ tick () }, 5000);
} else {
$('#recentpostbreaking').html('No result!');
}
},
error: function() {
$('#recentpostbreaking').html('Error Loading Feed!');
}
});
});
//]]>
</script>
Dikkat Mavi Yazı İle Belirtilen Yerden Başka Bir Yerle Oynamayın
Adım 5) Kodunu Aratın
Adım 6) Aşağıdaki Kodu Kodunun Üstüne Ekleyin
<script>
//$(document).ready(function () {
var url_blog = '[COLOR="Blue"]Kendi Urlnizi Yazın[/COLOR]', //replace with your Domain
numpostx = 10; //Posts want to display
$.ajax({
url: '' + url_blog + '/feeds/posts/default?alt=json-in-script&max-results=' + numpostx + '',
type: 'get',
dataType: "jsonp",
success: function(data) {
var posturl, posttitle, skeleton = '',
entry = data.feed.entry;
if (entry !== undefined) {
skeleton = "";
';
for (var i = 0; i < entry.length; i++) {
for (var j=0; j < entry[i].link.length; j++)
{
if (entry[i].link[j].rel == "alternate")
{
posturl = entry[i].link[j].href;
break;
}
} posttitle = entry[i].title.$t;
skeleton += '
}
skeleton += '
$('#recentpostbreaking').html(skeleton);
// kode untuk efek pada breaking news
function tick(){
$('#recentpostbreaking li:first').slideUp( function () { $(this).appendTo($('#recentpostbreaking ul')).slideDown(); });
}
setInterval(function(){ tick () }, 5000);
} else {
$('#recentpostbreaking').html('No result!');
}
},
error: function() {
$('#recentpostbreaking').html('Error Loading Feed!');
}
});
});
//]]>
</script>
Adım 7) Şablonu Kaydedip Çıkın. Sonra Şu Yolu İzleyin Yerleşim>Gadget Ekle
Adım 8) Ve Son Olarak Aşağıdaki Kodu Gadget Olarak EKleyin
İşlemimiz Bu Kadar Blogunuzu Kontrol Edin NOT: Bu Gadgeti Blog Kayıtlarının Üstüne Veya Başlığın Altına Çekin
http://ibrakpinar.blogspot.com.tr