jQuery(function($){
$(".tweet").tweet({
join_text: "auto",
username: "Vioplay",
avatar_size: 48,
count: 20,
auto_join_text_default: "@Vioplay",
auto_join_text_ed: "@Vioplay",
auto_join_text_ing: "@Vioplay",
auto_join_text_reply: "@Vioplay",
auto_join_text_url: "@Vioplay",
loading_text: "loading tweets..."
});
});