hi
i use a gallery component for images ,
it has facebooke comments , but i want komento .
the component is for show my images that is on facebook account in my joomla site .
i attached my file that content the fb comments ,
can any one help me please to create the plugin for komento ??!!
this is the facebook coments code (in the attached file) that i want komento to replace :
<?php
if($p_enable_comment == 1){
if($p_use_comment == '' || $p_use_comment =='fb_comment' || $this->photo->fb_photo_id == ''){
include_once JPATH_COMPONENT.'/views/comments/commenturl.php' ;
}else{
include_once JPATH_COMPONENT.'/views/comments/commentphoto.php' ;
}
}
?>
thank you
i use a gallery component for images ,
it has facebooke comments , but i want komento .
the component is for show my images that is on facebook account in my joomla site .
i attached my file that content the fb comments ,
can any one help me please to create the plugin for komento ??!!
this is the facebook coments code (in the attached file) that i want komento to replace :
<?php
if($p_enable_comment == 1){
if($p_use_comment == '' || $p_use_comment =='fb_comment' || $this->photo->fb_photo_id == ''){
include_once JPATH_COMPONENT.'/views/comments/commenturl.php' ;
}else{
include_once JPATH_COMPONENT.'/views/comments/commentphoto.php' ;
}
}
?>
thank you