I'm really glad I found a JW module for the tweet feed. Always like JW stuff

.
I needed to translate the font end to dutch. No problem here. Just cop the English language ini file for this module to the NL language file, rename and change the translation in the ini file. Always good to see developers use the ini-way for translations...
About the translation:
1. There was one 'about' hard-coded in the script.Around line 80 of the file mod_jw_latesttweets.php. I also added
return '".JText::_('about a minute ago')."';
Instead of the hard-coded string here. (Line 79). Then added the translation string to the dutch ini file. This is missing in the English language file...
(ABOUT A MINUTE AGO=Ongeveer een minuut geleden)
Feature requests:
1. The ability to chose whether or not to add a link on the date or title (link to twitter). And the option to select where to put the link. On the tweet message or the time/date.
2. Use multiple tweet accounts (combine). Maybe by allowing to insert multiple usernames (separated by ,)in the Twitter username field.
3. Allow filtering of the tweet feed. (Words?)
Or do I have to submit feature request somewhere else?
