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 5.3 and over.

螢幕擷圖

  • Controller looks like this. You can customize it with your own css and markup.
  • Super cool statistic summary in admin panel! Yeah!
  • 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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Anyway Feedback〉的開發相關工作。

參與者

將〈Anyway Feedback〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.0

  • Change feedback endpoint from admin-ajax.php to REST API.
  • Drop jquery-cookie and use js-cookie.
  • Remove session_start() from admin screen.
  • Support GA4.
  • Requires PHP>=7.2 and WordPress >=5.9

1.0.1

  • Fixed filename bug. Sorry for that.
  • Stop warning error.

1.0

  • Requires PHP 5.4 and over. Name space is so cool! Template tags have backward compatibility.
  • Quit using session. Vote history will be stored in Cookie.
  • Refine admin screen.
  • Fix some style sheet.
  • Bug fix. trashed posts will be no longer displayed on widget.
  • New Feature Add Google Analytics event tracking. See detail at setting screen.

0.6

  • Use $_SESSION to avoid user from repeated feedback.

0.5

  • 1st release.