getTwitters('tweet', { 
  id: 'innospace', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '<img src="%user_profile_image_url%" width="48" height="48" alt="image of %user_name%"><strong>%user_name% said at %time%:</strong> &ldquo;%text%&rdquo;  <a href="http://twitter.com/%user_screen_name%/statuses/%id%/" class="more">Read on Twitter &gt;</a>'
});