public static function livefyre_comments_template()
 {
     if (class_exists('LFAPPS_Chat') && !self::livefyre_show_comments() && LFAPPS_Chat::show_chat()) {
         return LFAPPS_Chat::comments_template();
     }
     return dirname(__FILE__) . '/views/comments-template.php';
 }