I want all posts in our MU install to contain and render a piece of PHP code at the time of their creation. Or more desirably, all posts of the admin-chosen blogs (activated per blog basis).
All posts in the system are syndicated using FeedWordPress.
The killer feature I want is this : At the time of FWP syndication/creation of each syndicated post I want to burn into the flesh of that post the permalink of it's source, along with the author and source site information supplied by FWP's API, accessible via PHP. I also want to add links to a terms of use page, disclaimer and other such information.
The point is I want that information to remain with the post with each further syndication of the post, performed by niche sites in our MU setup, which syndicate posts from our _main_ site per category and tag.
Found and tested a lot of plugins, but none seem to fit the bill. I tried plugins which allow PHP in posts, but this works only it seems for posts which are actually written in the WP-admin area. I tried RSS-append and Footer-append plugins, but most plugins are cosmetic. They don't leave any footprints on the original post, and so none are transported along with the post when it is syndicated (again).
I can't keep this on a cosmetic level (i.e. in the skin) because I want the information (i.e permalinks etc) transported even beyond our site network, to our customers' own sites and networks, when they retrieve our feeds. So that their readers will easily be able to get to the original source of the articles (and see the 'terms of service' etc. after each post)
My thought is this : for something as simple as appending a piece of code to every post in the MU system, there must be an easy method?
Anyone who knows of a plugin or a combination of plugins, which may achieve said result?
I'd be grateful for just a few insights on how to achieve this with WPMU.
On a sidenote, WP-o-Matic, the other aggregator plugin for WordPress, very easily appends all the desired information to every post in a "campaign". Unfortunately we can't use WP-o-Matic as timestamps of syndicated posts are unreliable with this plugin, and these are important to us to maintain proper chronology in our system.