i18n->e("Template Tags");?>

i18n->e("If you are experienced developper, you may need customazation. Ofcourse, you can edit your theme and get your own appearance."); ?>

afb_display()

i18n->e("Display controller of post feedback. Use inside loop.");?>

afb_comment_display( (int) $comment_id )

i18n->e("Display controller of comment feedback. You must pass comment_ID as 1st argument.");?>

afb_affirmative( (boolean) $echo = true, (int) $object_id = null, (string) $post_type = null)

i18n->e("Display number of affirmative feedbacks of specified post. In loop, you don't have to specify \$object_id and \$post_type. \$echo set true, value won't displayed and just return."); ?>

afb_negative( (boolean) $echo = true, (int) $object_id = null, (string) $post_type = null)

i18n->e("Display number of negative feedbacks of specified post. Same as afb_affirmative."); ?>

afb_total( (boolean) $echo = true, (int) $object_id = null, (string) $post_type = null)

i18n->e("Display number of total feedbacks of specified post. Same as afb_affirmative."); ?>

i18n->e("All these template tags above should be wrapped inside if declaration for compatibility. If not, stopping this plugin will break your theme's display."); ?>


HTML;
echo esc_html($tag);
?>

i18n->_('See function detail at %s'), dirname(plugin_dir_path(__FILE__)).DIRECTORY_SEPARATOR."functions.php"); ?>


i18n->e('Google Analytics') ?>

i18n->_('You can save all data as event tracking and analize report chronologically. Data format is like below:'), 'https://developers.google.com/analytics/devguides/collection/analyticsjs/events') ?>

i18n->e('Name'); ?> i18n->e('Value'); ?>
Category anyway-feedback/post or anyway-feedback/comment
Action positive or negative
Label i18n->e('Post ID or comment ID') ?>
Value i18n->e('Always 1') ?>

i18n->_('This feature is premised on Universal Analytics. If you use other services or ga.js, grab the event and record it by yourself.'), 'https://developers.google.com/analytics/devguides/collection/analyticsjs/'); ?>