new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 2,
    interval: 10000,
    width: 240,
    height: 180,
    
    theme: {
        shell: {
          background: 'transparent',
          color: '#ffffff'
        },
        tweets: {
            background: 'transparent',
            color: '#333',
            links: '#70BF4A'                
        }
    },
    features: {
        scrollbar: false,
        loop: true,
        live: true,
        hashtags: true,
        timestamp: true,
        avatars: false,        
        behavior: 'all'
    }
}).render().setUser('vitameewerkt').start();
