temada herhangi bir ayar sayfası yokmu?

Ek Olarak:

Alternatifleride mevcut css ile oynarsan daha güzel şeyler çıkacaktır.istersen adresinden js çekip bunuda düzenleyebilirsin.


<script></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#4d6db3',
color: '#ffffff'
},
tweets: {
background: '#5f7378',
color: '#ffffff',
links: '#000000'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('alpaslancelik').start();
</script>