Bu Blogda Ara



Şuan  Temamda Mevcut.
Css Kodları

#beakingnews{width:1150px;  margin:0 auto;line-height:35px;height:35px;background:#ffffff;overflow:hidden;margin-top:5px;}
#beakingnews .tulisbreaking{display:block;float:left;padding:0 7px;margin:0 5px 0 0;color:#FFF;background:#FD1515}
#recentpostbreaking{float:left}
#recentpostbreaking ul,#recentpostbreaking li{list-style:none;margin:0;padding:0}

Htlm Kodları Temanızda Nerede Görmek İsterseniz Oraya Alttaki Kodları Ekleyin.
<div id='beakingnews'><span class='tulisbreaking'>Son Yazılar:</span>
<div id='recentpostbreaking'>Loading...</div>
</div>
<div style='clear: both;'></div>
<div style='clear:both;'></div>
Java Kodları Temanızın

</body>
</html>


Önce Ekleyin https://bloggeriz.blogspot.com/ Adresini Kendi Sitenizi Yazınız.

<script type='text/javascript'>
//<![CDATA[
$(document).ready(function () {
var url_blog = 'https://bloggeriz.blogspot.com/', //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 = "<ul>";
        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 += '<li><a href="' + posturl + '" target="_blank">' + posttitle + '</a></li>';
        }
            skeleton += '</ul>';
            $('#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('<span>No result!</span>');
        }
    },
    error: function() {
            $('#recentpostbreaking').html('<strong>Error Loading Feed!</strong>');
       }
});
});
//]]>
</script>
Kaynak Site:www.msdesignbd.com

Mesaj Panosu

Daha yeni Daha eski

E-mail Takiıp

Yukarı Çık