您好我正在使用此供稿代码,我正在使用白色背景。我想将twitter鸟图标更改为蓝色。有人有什么建议吗?
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 3000,
width: 'auto',
height: 150,
theme: {
shell: {
background: '#FFFFFF',
color: '#979797'
},
tweets: {
background: '#ffffff',
color: '#626262',
links: '#00B79F'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().setUser('Soumya123').start();
</script>
这是图片显示图标需要更改