Title: Anyway Feedback
Author: Fumiki Takahashi
Published: <strong>2011 年 7 月 3 日</strong>
Last modified: 2026 年 2 月 3 日

---

搜索插件

![](https://ps.w.org/anyway-feedback/assets/banner-772x250.jpg?rev=3059091)

![](https://ps.w.org/anyway-feedback/assets/icon-256x256.png?rev=3059091)

# Anyway Feedback

 作者：[Fumiki Takahashi](https://profiles.wordpress.org/takahashi_fumiki/)

[下载](https://downloads.wordpress.org/plugin/anyway-feedback.1.2.1.zip)

 * [详情](https://cn.wordpress.org/plugins/anyway-feedback/#description)
 * [评价](https://cn.wordpress.org/plugins/anyway-feedback/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/anyway-feedback/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/anyway-feedback/#developers)

 [支持](https://wordpress.org/support/plugin/anyway-feedback/)

## 描述

Anyway Feedback provides simple controller with 2 buttons(Useful and Useless). Users
can send feedback to specific post or comment.

What you get is amount of positive feed backs and negative ones per post types. 
Typical usage is for FAQ. You could know if your FAQs are usefull or not.

Sidebar also supported. You can display sidebar which includes the most popular 
posts per post type.

If you have some request, feel free to contact me. For experienced developper, I’m
waiting for pull requests on github.com.

**NOTICE** Requires PHP 7.4 and WordPress 6.6 or later.

## 屏幕截图

[⌊Controller looks like this. You can customize it with your own css and markup.⌉⌊
Controller looks like this. You can customize it with your own css and markup.⌉[

Controller looks like this. You can customize it with your own css and markup.

[⌊Super cool statistic summary in admin panel! Yeah!⌉⌊Super cool statistic summary
in admin panel! Yeah!⌉[

Super cool statistic summary in admin panel! Yeah!

[⌊Simple setting. Documentations are also on admin screen!⌉⌊Simple setting. Documentations
are also on admin screen!⌉[

Simple setting. Documentations are also on admin screen!

## 安装

Installation is easy.

e.g.

 1. Upload `anyway-feedback` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. In admin panel, Go to Options > Anyway Feedback and set up with instractions displayed.
 4. You can customize display and use widget.
 5. Template tag manual is on admin panel.

## 常见问题

### How can I know the feedbacks result?

You can see it on your admin panel. Go to Options > Anyway Feedback.

### Can custom post type FAQ will be registered?

No. If you need some custom post type, you have to register it. There are lots of
plugins which register custom post type with GUI. After registration, you can easily
add feedback controller to custom post type with Anyway Feedback plugin.

### How can I display feedback results?

There are currently 2 ways. 1st is a feedback controller which displays number of
people saying good or not. 2nd is a widget which displays most popular posts per
post type.

### How can I track feedback events with Google Analytics?

Since version 1.2.0, the plugin dispatches a custom JavaScript event `feedback.afb`
when a user submits feedback. You can listen to this event and send data to Google
Analytics (or any other analytics service) yourself.

    ```
    document.addEventListener( 'feedback.afb', function( e ) {
        // e.detail contains: { type: 'post'|'comment', objectId: number, affirmative: 0|1 }
        gtag( 'event', 'feedback', {
            feedback_type: e.detail.type,
            object_id: e.detail.objectId,
            is_positive: e.detail.affirmative === 1,
        } );
    } );
    ```

**Note:** The built-in GA4 integration was removed in version 1.2.0. Use the custom
event approach above for more flexibility.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Anyway Feedback」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Hametuha INC. ](https://profiles.wordpress.org/hametuha/)

「Anyway Feedback」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/anyway-feedback/contributors)
为本插件所做的贡献。

[帮助将「Anyway Feedback」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/anyway-feedback)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/anyway-feedback/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/anyway-feedback/)，或通过[RSS](https://plugins.trac.wordpress.org/log/anyway-feedback/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/anyway-feedback/)。

## 更新日志

See [GitHub Release](https://github.com/hametuha/anyway-feedback/releases) for change
logs.

CHANGELOG.md is also available.

## 额外信息

 *  版本 **1.2.1**
 *  最后更新：**4 月前**
 *  活跃安装数量 **100+**
 *  WordPress 版本 ** 6.6 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/anyway-feedback/) 和 [Japanese](https://ja.wordpress.org/plugins/anyway-feedback/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/anyway-feedback)
 * 标签
 * [analytics](https://cn.wordpress.org/plugins/tags/analytics/)[feedback](https://cn.wordpress.org/plugins/tags/feedback/)
 *  [高级视图](https://cn.wordpress.org/plugins/anyway-feedback/advanced/)

## 评级

 4 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/anyway-feedback/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/anyway-feedback/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/anyway-feedback/reviews/?filter=3)
 *  [  1 条 2 星评价     ](https://wordpress.org/support/plugin/anyway-feedback/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/anyway-feedback/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/anyway-feedback/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/anyway-feedback/reviews/)

## 贡献者

 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Hametuha INC. ](https://profiles.wordpress.org/hametuha/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/anyway-feedback/)