(function($) {
    $(function() {
        $(".tweets").tweet({
            username: "idatasoftware",
            count: 4,
            loading_text: "Carregando"
        });
    });
})(jQuery);