getTwitters('tweet', { 
  id: 'everpaid', // replace with the preferred twitter account id
  count: 5, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '%text% <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>' // if you want to remove the time stamp, please change: >%time%</a>' to />'
});
