Home
tips
Cara Membuat Widget Live time Twitter
Cara Membuat Widget Live time Twitter
1. Pertama buka Blogger anda terlebih dulu.
2. Kemudian menujulah ke Tata letak
3. Setelah itu Tambah Gadget >>> HTML / JS
4. Kemudia copy paste code berikut ini kedalam kotak HTML/ JS seperti contoh diatas
<div id="social_twitter-badge">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5, // number of tweets to show
interval: 6000,
title: 'fortecka',
subject: 'Latest Tweets',
width: 300,
height: 225,
theme: {
shell: {
background: '#00ACEE',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#00A2DB'
}
},
features: {
scrollbar: 1,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('zvelite').start();
</script>
</div>
NB : - Ganti nickname ('zvelite') dengan nickname twitter anda.
- Jika anda ingin mensetting warna background maupun warna text dll, anda bisa mengubah sendiri pada bagian text berwarna merah
5. Simpan, dan selesailah anda menambahkan Twitter timeline/ twitter live update/ apapun yang biasa disebutkan. :D
Posting Komentar