Team:TU Delft/twitterbox

From 2010.igem.org

(Difference between revisions)
Line 6: Line 6:
   version: 2,
   version: 2,
   type: 'profile',
   type: 'profile',
-
   rpp: 4,
+
   rpp: 2,
-
   interval: 6000,
+
   interval: 4000,
-
   width: 'auto',
+
   width: 250,
-
   height: 500,
+
   height: 200,
   theme: {
   theme: {
     shell: {
     shell: {
-
       background: '#707079',
+
       background: '#7b7991',
       color: '#ffffff'
       color: '#ffffff'
     },
     },
     tweets: {
     tweets: {
-
       background: '#ffffff',
+
       background: '#000000',
-
       color: '#000000',
+
       color: '#ffffff',
-
       links: '#3200fa'
+
       links: '#4aed05'
     }
     }
   },
   },
   features: {
   features: {
-
     scrollbar: true,
+
     scrollbar: false,
-
     loop: false,
+
     loop: true,
     live: true,
     live: true,
     hashtags: true,
     hashtags: true,
     timestamp: true,
     timestamp: true,
     avatars: false,
     avatars: false,
-
     behavior: 'all'
+
     behavior: 'default'
   }
   }
}).render().setUser('igemtudelft2010').start();
}).render().setUser('igemtudelft2010').start();

Revision as of 10:20, 15 July 2010