Currently, you'd have to do a template override of the EasyBlog view and add in our JFBConnect easy-tags to that file. With a quick look, I think this would be the /views/entry/tmpl/default.php file for a specific post, but you'll have to verify that.
For instance, if you want the share buttons, you can add the following. (This example uses the default styling provided in the /media/sourcecoast/css/jfbconnect.css file, but you can add your own classes to each Easy-Tag if desired.)
<div style="position: relative; top:0px; left:0px; z-index: 99;" class="scsocialbuttons box_count">
{JLinkedShare counter=top}
{SCTwitterShare href= data_count=vertical size=medium}
{SCGooglePlusOne size=tall}
{SCPinterestShare href= image= pin_count=above}
{JFBCLike layout=box_count}
</div>
<div style="clear:left"></div>
The Comments box would be added with our JFBCComments easy-tag. {JFBCComments}
For more details on how to customize or add the Comments box or different JFBConnect Easy-Tags, see
our Easy-Tag documentation
. Of course, let us know if you have any questions.
-Melissa