I use Feedwordpress and SH-Autolinks ... but the Autolink filter are not added to syndicated content ...
Is because of these lines of code in Autolink ?
add_action ('admin_menu', 'shautolink_add_adminpage');
add_filter('the_content', 'shautolink', 1);
add_filter('comment_text', 'shautolink', 1);
Does this mean that the action/filter are only apllied through the admin interface ??
Or ?? how can i add it to the wordpressfeed plugin ??
Thanks alot for tips and hints - this is really bugging me