TUTORIAL BLOGGING , BLACKBERRY , TEMPLATE SEO FRIENDLY

close
cbox

Recent post dengan efek marquee



Langsung saja untuk cara membuatnya ikuti langkah-langkah berikut:


  1. Login blogger
  2. Rancangan, Elemen Laman
  3. Tambah Gadget, Pilih Html/Java script, dan
  4. Simpan kode Html berikut:
<script type='text/javascript'>
//<![CDATA[
function RecentPostsScrollerv2(json)
{
            var sHeadLines;
            var sPostURL;
            var objPost;
            var sMoqueeHTMLStart;
            var sMoqueeHTMLEnd;
            var sPoweredBy;
            var sHeadlineTerminator;
            var sPostLinkLocation;
            try
            {          
            sMoqueeHTMLStart = "\<MARQUEE onmouseover=\"this.stop();\" onmouseout=\"this.start();\" ";          
            if( nWidth)
            {
                sMoqueeHTMLStart = sMoqueeHTMLStart + " width = \"" + nWidth + "%\"";
            }
            else
            {
                sMoqueeHTMLStart = sMoqueeHTMLStart + " width = \"100%\"";
            }


            if( nScrollDelay)
            {
                sMoqueeHTMLStart = sMoqueeHTMLStart + " scrolldelay = \"" + nScrollDelay + "\"";
            }
            if(sDirection)
            {
                sMoqueeHTMLStart = sMoqueeHTMLStart + " direction = \"" + sDirection + "\"";
                if(sDirection == "left" || sDirection =="right")
                {
                    //For left and right directions seperate the headilnes by two spaces.
                    sHeadlineTerminator = "&nbsp;&nbsp;";
                }
                else
                {
                    //For down and up directions seperate headlines by new line
                    sHeadlineTerminator = "\<br/\>";
                }
            }
            if(sOpenLinkLocation =="N")
            {
                sPostLinkLocation = " target= \"_blank\" ";
            }
            else
            {
                sPostLinkLocation = " ";
            }
            sMoqueeHTMLEnd = "\</MARQUEE\>"
            sHeadLines = "";
            for(var nFeedCounter = 0; nFeedCounter < nMaxPosts; nFeedCounter++)
            {
                objPost = json.feed.entry[nFeedCounter];
                for (var nCounter = 0; nCounter < objPost.link.length; nCounter++)
                   {
                    if (objPost.link[nCounter].rel == 'alternate')
                    {
                          sPostURL = objPost.link[nCounter].href;
                          break;
                    }
                }


sHeadLines = sHeadLines + "\<b\>"+sBulletChar+"\</b\> \<a " + sPostLinkLocation + " href=\"" + sPostURL + "\">"  + objPost.title.$t + "\</a\>" + sHeadlineTerminator;
            }          
            document.write(sMoqueeHTMLStart + sHeadLines + sMoqueeHTMLEnd )
            }
            catch(exception)
            {
                alert(exception);
            }
}
//]]>
</script>


<script style="text/javascript"> var nMaxPosts = 20; var sBgColor; var nWidth; var nScrollDelay = 180; var sDirection="left"; var sOpenLinkLocation="Y"; var sBulletChar="•"; </script> <script style="text/javascript" src="http://stayteddy..blogspot.com/feeds/posts/default?alt=json-in-script&callback=RecentPostsScrollerv2"></script>
 Untuk yang berwarna biru, ganti dengan alamat blog kalian
5. Simpan dan lihat hasilnya


Responses

0 Respones to "Recent post dengan efek marquee"

Post a Comment

Terima kasih telah membaca dan berkomentar Recent post dengan efek marquee, .

Form Komentar Klasik

 

Community


My Popularity (by popuri.us)
Return to top of page Copyright © 2010 Stay Teddy|Official site All Right Reserved Powered By Blogger