﻿new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 10,
    interval: 10000,
    width: 210,
    height: 300,
    theme: {
        shell: {
            background: '#eeeeee',
            color: '#737373'
        },
        tweets: {
            background: '#eeeeee',
            color: '#4d4d53',
            links: '#1194FC'
        }
    },
    features: {
        scrollbar: false,
        loop: true,
        live: true,
        hashtags: true,
        timestamp: true,
        avatars: false,
        behavior: 'default'
    }
}).render().setUser('brunoacpires').start();
