@ Alexa: I believe the content filter in Feedwordpress is used so that Feedwordpress does nothing with the posts you write yourself. For more info about Feedwordpress visit the authors page, there's some info about the filters there.
@ kojakfull: This is just like the regular Feedwordpress plugin, upload to your plugin dir and activate. Although I installed feedwordpress first and added the extra code later.
So if you already have feedwordpress0.992 installed you should add the extra files and code yourself or overwrite the existing files with the ones in the my attachment, incl. the extra file.
Be sure to backup first
The code I added can be found in the feedwordpress.php, there is a small commented section around line 35 with pointers to the lines with code.
Short summary.
- included the extract-terms.php
- commented the content filters to turn them off
- added an action to call the autotag function when feedwordpress publishes a post
- added the autotag function somewhere below (around line ~1630)