Quote:
Originally Posted by Babaganoosh
My problem is that I already use rss2blog and am about to start using ABP. I don't need another script submitting feeds for me. What I would love to see is a WP plugin that would morph the content before the post is entered into mysql.
So:
1. Post is sent to WP via autoblogger or whatever.
2. WP plugin modifies content of the post
3. Post is saved into the site's WP MySQL database.
Would something like that be possible?
|
I got your though, but as far as I know it isn't possible to be dome by regular WP plugin because there are no WP API hooks for that. Of course it could be easily implemented by means of some changes in WordPress code, but it will be a hack. This is not a good way to go for sure, because it will cause a lot of compatibility problems...