Either with a SQL script or a plugin, I'm looking to create a copy of a site and to syncronize the comments between both sites. One of the sites will have certain comments that are private so they will not be synced.
I was deciding whether to go with Intense Debate so that I could somehow configure a comments template to sync across pages. Can this be done across separate sites? Or would a third-party plugin be a better choice?
Updated Question: How can you use:
comments_template($file)
Where ($file) lives on a different server? Obviously I'm going to run into security problems but is there a way you can access a different WP database?
$file !== database- what exactly do you want? – kaiser Mar 1 '12 at 22:46comments_template()and the$filehave to do with DB synchronization? – kaiser Mar 2 '12 at 2:38