﻿(function($){$.fn.getTwitter=function(options){var o=$.extend({},$.fn.getTwitter.defaults,options);$(this).hide();if(o.showHeading){$(this).append('<h4 class="repfl">'+o.headingText+'</h4>');$(this).append('<a id="profileLink" class="pa rep" href="http://twitter.com/'+o.userName+'">http://twitter.com/'+o.userName+'</a>');}
$(this).append('<ul id="twitter_update_list"><li></li></ul>');$("ul#twitter_update_list").hide();var pl=$('<p id="'+o.preloaderId+'">'+o.loaderText+'</p>');$(this).append(pl);if(o.showProfileLink){$(this).append('<a id="profileLink" href="http://twitter.com/'+o.userName+'">http://twitter.com/'+o.userName+'</a>');}
$(this).show();$.getScript("http://twitter.com/javascripts/blogger.js");$.getScript("http://twitter.com/statuses/user_timeline/"+o.userName+".json?callback=twitterCallback2&count="+o.numTweets,function(){$(pl).remove();$('ul#twitter_update_list li').each(function(){texto=$(this).find('a:last').html();texto=texto.replace('about','');texto=texto.replace('less than','');texto=texto.replace(' a ',' um ');texto=texto.replace('minute','minuto');texto=texto.replace('hour','hora');texto=texto.replace('day','dia');texto=texto.replace('week','semana');texto=texto.replace('months','meses');texto=texto.replace('month','mês');texto=texto.replace('ago','atrás');$(this).find('a:last').html(texto);});if(o.slideIn){$("ul#twitter_update_list").slideDown(1000);}
else{$("ul#twitter_update_list").show();}
$("ul#twitter_update_list li:first").addClass("firstTweet");$("ul#twitter_update_list li:last").addClass("lastTweet");});};$.fn.getTwitter.defaults={userName:"hugofelipesilva",numTweets:5,preloaderId:"preloader",loaderText:"Carregando...",slideIn:false,showHeading:true,headingText:"as últimas",showProfileLink:true};})(jQuery);
