Since ada beberapa orang dah tanya, macam mana nak buat Twitter widget lebih colourful? So here it is! Before this, aku ada buat tutorial untuk Twitter, tapi tu yang simple dan tak boleh nak edit colour bagai.
PREVIEW

Amalina punya.
1) Copy this code.
<center><script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 6000,
width: 240,
height: 300,
theme: {
shell: {
background: '#000000',
color: '#3a2fd6'
},
tweets: {
background: '#F2F2F2',
color: '#000000',
links: '#0713eb'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('amalina_lee').start();
</script></center>
2) Paste it for :
TEMPLATE DESIGNER : Layout > Add A Gadget > Choose HTML Javascript (Paste the code here)
CLASSIC TEMPLATE : Template > Place where ever you want (Find the main tittle and paste it)
3) Save and preview your blog. Good luck!
NOTES :
ABC : Boleh tukar mengikut kesesuaian blog.
ABC : Adjust the colour code. COLOUR CHARTS HERE!
ABC : Your Twitter username :)
TEMPLATE DESIGNER : Layout > Add A Gadget > Choose HTML Javascript (Paste the code here)
CLASSIC TEMPLATE : Template > Place where ever you want (Find the main tittle and paste it)
3) Save and preview your blog. Good luck!
NOTES :
ABC : Boleh tukar mengikut kesesuaian blog.
ABC : Adjust the colour code. COLOUR CHARTS HERE!
ABC : Your Twitter username :)
No comments:
Post a Comment