jQuery(document).ready(function($) {

        $("#twitter").tweet({
          join_text: "auto",
          username: "datadelic", 			//Enter your twitter username here
          count: 1, 					//amount of tweets to display, just one tweet is recommended
          loading_text: "cargando historial de estado..."
        });
      }) 
