testing git
[homepage.git] / twitter.html
blob8bb1ea0f5aade23fcb6fd4ad347ceec6eb3bceda
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
5 <head>
6 <title>Twitter stream</title>
7 <link rel="stylesheet" type="text/css" href="style.css" />
8 <link rel="icon" type="image/ico" href="favicon.ico" />
9 <meta name="Author" content="Dimitar Dimitrov" />
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 </head>
12 <body>
13 <div id="content">
14 <p><a href="http://www.hu-berlin.de/">Humboldt-Universitat zu Berlin</a> | <a href="https://www2.informatik.hu-berlin.de/">Institut fur Informatik</a> | <a href="index.html">Dimitar Dimitrov</a></p>
15 <hr />
17 <script src="http://widgets.twimg.com/j/2/widget.js" type="text/javascript"></script>
18 <script type="text/javascript">
19 new TWTR.Widget({
20 version: 2,
21 type: 'profile',
22 rpp: 10,
23 interval: 6000,
24 width: 'auto',
25 height: 400,
26 theme: {
27 shell: {
28 background: '#333333',
29 color: '#ffffff'
31 tweets: {
32 background: '#000000',
33 color: '#ffffff',
34 links: '#4aed05'
37 features: {
38 scrollbar: true,
39 loop: false,
40 live: false,
41 hashtags: true,
42 timestamp: true,
43 avatars: false,
44 behavior: 'all'
46 }).render().setUser('mitakas').start();
47 </script>
48 </div>
49 </body>
50 </html>