$(function(){
$(".tweet").tweet({
join_text: "auto",
username: "VayuConnect",
avatar_size: 48,
count: 1,
auto_join_text_default: "We said,",
auto_join_text_ed: "We",
auto_join_text_ing: "We were",
auto_join_text_reply: "We replied",
auto_join_text_url: "We were checking out",
loading_text: "loading tweets..."
});
});