rorcraft (owner)

Revisions

gist: 214964 Download_button fork
public
Public Clone URL: git://gist.github.com/214964.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#e3e3e3',
      color: '#545054'
    },
    tweets: {
      background: '#fff7ff',
      color: '#a1a1a1',
      links: '#7a2a10'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('hkitevents').start();
</script>