$(document).ready(function($) {

        $("#tweet").tweet({
          join_text: "auto",
          username: "BCProducties", 			//Enter your twitter username here
          count: 1, 					//amount of tweets to display
          loading_text: "Loading tweets..."
        });
      });
