Hi
Does anyone know how to remove the username of the Twitter feed when using 'getFeed' and 'twitterFeedTpl' I used this for 'twitterFeedTpl':
<li>[[+description]] <a href="[[+link]]">[[+date_timestamp:date:ago]]</a></li>
But I can't see where to update the
to remove the username as for example using the above displays this:
Enor: This is a test tweet
Do I need to modify the 'getFeed' snippet anywhere?
Thanks in advance