backup de julho
[h2N7SspZmY.git] / twitter.html
blobd7577a4d94db4e20491e003bf5d537953c03862e
1 <html>
2 <body>
3 <script src="http://widgets.twimg.com/j/2/widget.js"></script>
4 <script type="text/javascript">
5 new TWTR.Widget({
6 version: 2,
7 type: 'profile',
8 rpp: 4,
9 interval: 6000,
10 width: 240,
11 height: 300,
12 theme: {
13 shell: {
14 background: '#dee7ec',
15 color: '#000000'
17 tweets: {
18 background: '#ffffff',
19 color: '#000000',
20 links: '#428f21'
23 features: {
24 scrollbar: true,
25 loop: false,
26 live: true,
27 hashtags: true,
28 timestamp: true,
29 avatars: true,
30 behavior: 'all'
32 }).render().setUser('kssilveira').start();
33 </script>
34 </body>
35 </html>