Integration of jLike with Virtuemart

  • Integration of jLike with Virtuemart

      To show like button on category view

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

    components/com_virtuemart/views/category/tmpl/default.php line no 304

$dispatcher = &JDispatcher::getInstance();
JPluginHelper::importPlugin('content');
$grt_response=$dispatcher->trigger('onContentAfterTitle',array('com_virtuemart.productdetails',$product,array(),0));
echo $grt_response[0];