- Login ke Blogger.
- Buka menu Layout -> Page Elements
- Klik Add a Gadget -> HTML/Javascript.
- Masukkan kode dibawah ini
<script language='javascript'>
message = "Blogg-Id"
scrollSpeed = 100
lineDelay = 0
txt2 = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt2 = txt2 + message.charAt(pos)
document.title = txt2
prt = scrollSpeed
}
else {
prt = lineDelay
txt2 = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",prt)
}
scrollText(0)
</script>
- Ganti Teks Blogg-Id sesuai judul blog anda
- Angka 100, Menunjukkan kecepatan terbukannya text title per huruf
- Selesai click save.
Semoga Bermanfa'at
0 comments:
Posting Komentar