$(document).ready(function(){
        $(".tweet").tweet({
            username: "henriquef",
            join_text: "auto",
            count: 1,
            loading_text: "loading tweets..."
        });
    });

