Hi, I am working on a project using WPMu 2.6+ (and hopefully BuddyPress once it's compatible with Mu2.6) for a blog community that will allow members to either create a new blog or specify an external blog URL on their profile (a custom BuddyPress profile) (or both even).
Now, the requirement are such that the external blogs need to be treated almost exactly the same as internal in terms of displaying latest posts, from them on our site along with the latest posts from site internal blogs.
I was thinking of using the external blogs RSS feeds for all this functionality (as that's the only thing available).
I guess my question is, if anyone has ideas as to what the best way to approach this is? My concerns are:
- how to retrieve all external blogs for members who set them
- how to retrieve the latest posts in an aggreagated way (for all external blogs)
- how to moderate the external blog URL creation/change as to avoid people putting in a porn site or something like that.
I realise that there are also performance issues with retrieving RSS feeds for many blogs etc. So how to deal with this?
Will it be necessary for my client to make a compromise here?
Thanks in advance for any ideas and input. I will, no doubt have more questions around this project and hopefully, some things from it will benefit the WP Mu community :).