getTwitters('tweet-container', { 
  id: 'agenciaedcm', 
  count: 5, 
  onTimeoutCancel: true,
  onTimeout: function() {

  },
  enableLinks: true, 
  ignoreReplies: true, 
  lang: 'pt-br',
  template: '<span class="texto"> %text%</span><br><br>'
});

