Title: Anyway Feedback
Author: Fumiki Takahashi
Published: <strong>03.07.2011</strong>
Last modified: 03.02.2026

---

Поиск плагинов

![](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://ru.wordpress.org/plugins/anyway-feedback/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/anyway-feedback/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/anyway-feedback/#installation)
 * [Разработка](https://ru.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/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/anyway-feedback/) 
по [RSS](https://plugins.trac.wordpress.org/log/anyway-feedback/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

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

CHANGELOG.md is also available.

## Мета

 *  Версия **1.2.1**
 *  Обновление: **8 месяцев назад**
 *  Активных установок: **100+**
 *  Версия WordPress ** 6.6 или выше **
 *  Совместим вплоть до: **6.9.9**
 *  Версия 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://ru.wordpress.org/plugins/tags/analytics/)[feedback](https://ru.wordpress.org/plugins/tags/feedback/)
 *  [Дополнительно](https://ru.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)

[Ваш отзыв](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/)