
jQuery(function($){
$(".tweet").tweet({
join_text: "auto",
username: "McLarenF1",
avatar_size: 35,
count: 4,
auto_join_text_default: "McLarenF1 said,",
auto_join_text_ed: "McLarenF1",
auto_join_text_ing: "McLarenF1 were",
auto_join_text_reply: "McLarenF1 replied",
auto_join_text_url: "McLarenF1 were checking out",
loading_text: "loading tweets..."
});
});