Hello. I once used a JComments for comments in profile.. You can try something like this:
$comments = JPATH_SITE . '/components/com_jcomments/jcomments.php';
if (file_exists($comments)) {
require_once($comments);
echo JComments::showComments($this->data->id, 'com_jsn', $this->document->title);
}