$(function(){
$(".tweet").tweet({
join_text: "auto",
username: "FXdigitalworks",
avatar_size: 48,
count: 4,
auto_join_text_default: "FX dice,",
auto_join_text_ed: "FX",
auto_join_text_ing: "we were",
auto_join_text_reply: "FX responde",
auto_join_text_url: "we were checking out",
loading_text: "Cargando tweets..."
});
});