
|
|
|||
|
jQuery(function($){
$(".tweet").tweet({
join_text: "auto",
username: "bandaNOUA",
avatar_size: 48,
count: 4,
auto_join_text_default: "dijimos,",
auto_join_text_ed: "nosotros",
auto_join_text_ing: "nosotros estábamos",
auto_join_text_reply: "nosotros respondimos",
auto_join_text_url: "estábamos chequeando",
loading_text: "cargando tweets..."
});
});
|
|||