tambahkan
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version:2,
type:'profile',
rpp:30,
interval:5000,
width:260,
height:200,
theme: {
shell: { background:'maroon', color:'white' },
tweets: { background:'#222222', color: 'white', links: 'yellow' }
},
features: { scrollbar:false, loop:true, live:true, hashtags:true, timestamp:true, avatars:false, behavior:'default' }
}).render().setUser('akun_twitter_anda').start();
</script>
yang dimiringkan wajib ada (^_^)
penjelasan:
interval = jeda waktu
width = lebar dalam pixel
height = tinggi dalam pixel
theme - shell - background = warna kotak, color = warna teksnya
theme - tweets - background = warna belakang tulisan, links = warna link
features - scrollbar = true: ada kotaknya, false: tidak
features - loop = true: terus berulang, false: mandeg
features - hashtag (#) = true: kalo ada, dia muncul, false: dihilangkan
features - timestamp = true: muncul "kapan dibuat", false: kosong
features - avatars = true: ada fotonya, false: tidak
setUser('akun_twitter_anda') <= mesti diisi
ICC
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version:2,
type:'profile',
rpp:30,
interval:5000,
width:260,
height:200,
theme: {
shell: { background:'maroon', color:'white' },
tweets: { background:'#222222', color: 'white', links: 'yellow' }
},
features: { scrollbar:false, loop:true, live:true, hashtags:true, timestamp:true, avatars:false, behavior:'default' }
}).render().setUser('akun_twitter_anda').start();
</script>
yang dimiringkan wajib ada (^_^)
penjelasan:
interval = jeda waktu
width = lebar dalam pixel
height = tinggi dalam pixel
theme - shell - background = warna kotak, color = warna teksnya
theme - tweets - background = warna belakang tulisan, links = warna link
features - scrollbar = true: ada kotaknya, false: tidak
features - loop = true: terus berulang, false: mandeg
features - hashtag (#) = true: kalo ada, dia muncul, false: dihilangkan
features - timestamp = true: muncul "kapan dibuat", false: kosong
features - avatars = true: ada fotonya, false: tidak
setUser('akun_twitter_anda') <= mesti diisi
ICC
0 komentar:
Post a Comment