트위터프로필 소스

2012. 3. 6. 11:55블로그

트위터프로필 소스


<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 30000,
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#3a34eb',
      color: '#f7f2f7'
    },
    tweets: {
      background: '#fcfcfc',
      color: '#050005',
      links: '#080808'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    behavior: 'all'
  }
}).render().setUser('pastor_donghyun').start();
</script>

'블로그' 카테고리의 다른 글

프린트(Printfriendly) 소스  (1) 2012.03.06
AddThis Button 소스  (1) 2012.03.06
트위터팔로우 소스  (0) 2012.03.06
Twitter Button 소스  (2) 2012.03.06
이동현닷컴 skin.html  (0) 2012.03.06