Hi Stefan,
You can edit this file: [root]/plugins/jasocialfeed/tables/joomla.php
At approx line 136, add this code:
JPluginHelper::importPlugin('content');
$app = JFactory::getApplication();
$app->triggerEvent('onFeedBeforeSave', array(&$item));
( I attach this file here so you can see the difference)
Then use the onFeedBeforeSave event to edit content as you wish.
Regards