sorry i forgot to attach the file jc_com_joomd.php Please download file and place in components/com_jcomments/plugins folder
open components/com_joomd/libraries/tmpl/jd_social.php and paste the following code at the end of file:
<?php
$comments = JPATH_SITE . DS .'components' . DS . 'com_jcomments' . DS . 'jcomments.php';
if (file_exists($comments)) {
require_once($comments);
echo JComments::showComments($id, 'com_joomd', $title);
} ?>
go to JoomD admin panel -> Types, choose your type and in the Detail Layout Options set to YES "Save Item button" and "Email Icon"