Place lj-comments.php to your plugins folder and activate it in control panel. Place wp-comments-php to WordPress root folder.
In lj-crosspost.php add the following string where it is needed:
EXAMPLE:
// Depending on whether comments are allowed or not, alter the header // appropriately if($comments) { $postHeader .= sprintf(__(' You can comment here or there.', LJXPDOMAIN), getpermalink($postid)); $postHeader .= ljcomments($postid); } else { $postHeader .= sprintf(_(' Please leave any comments there.', LJXPDOMAIN), getpermalink($postid)); $postHeader .= ljcomments($post_id); }
$postHeader .= '
';



