1

嗨,我在使用白色背景的地方使用此提要代码。我想将 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>

这是显示图标需要更改的图像 在此处输入图像描述

4

0 回答 0