Integration of jLike with Komento

1) Enable jLike komento Plugin
2) http://sitename/administrator/index.php?option=com_komento&view=settings and set likes to no
3) Now open  site/com_komento/themes/kuro/comment/item/likesbutton.php and comment all the code in this file and add following code to the end of file

Please make sure you embed this code in PHP start and end tags if needed.

       $jlikeparams=array();
        $jlikeparams['url']=$row->permalink;
        $jlikeparams['id']=$row->id;
        $jlikeparams['title']=$row->comment;
        $dispatcher = JDispatcher::getInstance();
        JPluginHelper::importPlugin('komento');
        $grt_response=$dispatcher->trigger('onAfterdisplaylike',array('komento.comment',$jlikeparams));
        //End jlike integration