Title: LR Feedback
Author: LogicRays Technologies
Published: <strong>2018 年 3 月 7 日</strong>
Last modified: 2026 年 8 月 24 日

---

搜尋外掛

![](https://ps.w.org/lr-feedback/assets/banner-772x250.png?rev=3535503)

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

# LR Feedback

 由 [LogicRays Technologies](https://profiles.wordpress.org/logicrays/) 開發

[下載](https://downloads.wordpress.org/plugin/lr-feedback.1.1.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/lr-feedback/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/lr-feedback/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/lr-feedback/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/lr-feedback/#developers)

 [技術支援](https://wordpress.org/support/plugin/lr-feedback/)

## 外掛說明

LR Feedback helps you collect user feedback using a simple, lightweight popup UI.

Use your existing form plugin shortcode (for example Contact Form 7, WPForms, or
Gravity Forms) and display it inside a popup that can be positioned on the left 
or right side of the screen. The button and popup styling — colors, font family,
and font size — can be fully customized from the settings screen without writing
any code.

#### Features

 * Easy-to-use admin settings page under **Feedback**.
 * One-click **Copy shortcode** button on the settings page.
 * Add a custom feedback popup title.
 * Add custom text for the floating tab button.
 * Use any valid shortcode as popup content (Contact Form 7, WPForms, Gravity Forms,
   etc.).
 * Left or right fixed button position.
 * Customize the button background color with a built-in color picker.
 * Customize the button text color with a built-in color picker.
 * Choose from several predefined font families for the button and popup text.
 * Choose the font size of the button text.
 * Display anywhere with the `[LR_FEEDBACK]` shortcode.
 * Translation ready.
 * Clean, sanitized, and escaped output following WordPress coding standards.

#### How it works

 1. Configure the popup title, tab text, shortcode, position, and styling from **Feedback**
    in the WordPress admin menu.
 2. Add the `[LR_FEEDBACK]` shortcode to any page, post, or widget — or call it from
    a template file.
 3. A fixed tab button appears on the front end. Clicking it opens a popup that renders
    your chosen form shortcode.

## 螢幕擷圖

[⌊screenshot-1.png⌉⌊screenshot-1.png⌉[

screenshot-1.png

[⌊screenshot-2.png⌉⌊screenshot-2.png⌉[

screenshot-2.png

[⌊screenshot-3.png⌉⌊screenshot-3.png⌉[

screenshot-3.png

## 安裝方式

#### From your WordPress dashboard

 1. Go to **Plugins > Add New**.
 2. Search for **LR Feedback**.
 3. Click **Install Now**, then **Activate**.

#### Manual installation

 1. Upload the `lr-feedback` folder to the `/wp-content/plugins/` directory, or upload
    the plugin zip file through **Plugins > Add New > Upload Plugin**.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **Feedback** in the admin menu.
 4. Configure:
 5.  * Feedback title
     * Button tab text
     * Form shortcode
     * Form position (left/right)
     * Button background color
     * Button text color
     * Font family
     * Font size
 6. Add `[LR_FEEDBACK]` to any page or post where you want the popup button, or use
    the **Copy shortcode** button on the settings screen.

## 常見問題集

### Can I use this with Contact Form 7 or other form plugins?

Yes. Add the form shortcode of your favorite form plugin (Contact Form 7, WPForms,
Gravity Forms, and similar) in **Feedback > Form Shortcode**, and LR Feedback will
render it inside the popup.

### How do I display the feedback button on my site?

Add the `[LR_FEEDBACK]` shortcode to any page, post, or widget area, or use the **
Copy shortcode** button on the settings screen to copy it instantly. You can also
call it from a theme template file with `<?php echo do_shortcode( '[LR_FEEDBACK]');?
>`.

### Can I change the button position, color, and font?

Yes. Go to **Feedback** in the admin menu to set the button to the left or right
side of the screen, pick a background and text color using the built-in color pickers,
and choose a font family and font size from the dropdowns.

### Why is the popup not showing any form?

Make sure you have saved a valid shortcode in **Feedback > Form Shortcode**. The
floating tab button will not appear on the front end until a shortcode is set.

### Will this plugin work with my theme and page builder?

Yes. LR Feedback only outputs a standard shortcode and lightweight CSS/JS, so it
works with any properly coded theme and any page builder that supports shortcodes.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ LogicRays Technologies ](https://profiles.wordpress.org/logicrays/)
 *   [ Pritesh Modi ](https://profiles.wordpress.org/priteshm/)

[將〈LR Feedback〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/lr-feedback)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/lr-feedback/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/lr-feedback/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/lr-feedback/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/lr-feedback/)。

## 變更記錄

#### 1.1.2

 * Compatibility: Tested and verified compatible with WordPress 7.1.
 * Maintenance: Updated “Tested up to” version header to 7.1.

#### 1.1.1

 * New: Added Button Tab Text setting to customize the floating button label.
 * New: Added Button Background Color setting with a built-in WordPress color picker.
 * New: Added Button Text Color setting with a built-in WordPress color picker.
 * New: Added Font Family setting with a curated list of web-safe fonts.
 * New: Added Font Size setting for the button text.
 * New: Added a Copy Shortcode button on the settings screen for quick access.
 * Improvement: Split admin and frontend assets into dedicated CSS/JS files.
 * Improvement: Added dedicated sanitize callbacks for color, font family, and font
   size options.
 * Improvement: Admin assets now load only on the plugin’s own settings page.
 * Tested up to WordPress 6.9.

#### 1.1.0

 * Refactored plugin to OOP structure.
 * Improved WordPress coding standards usage.
 * Added safer sanitization and output escaping.
 * Updated readme content and usage instructions.

#### 1.0.0

 * Initial release.

## 中繼資料

 *  版本 **1.1.2**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/lr-feedback/)
 * 標籤:
 * [button](https://tw.wordpress.org/plugins/tags/button/)[contact form](https://tw.wordpress.org/plugins/tags/contact-form/)
   [feedback](https://tw.wordpress.org/plugins/tags/feedback/)[popup](https://tw.wordpress.org/plugins/tags/popup/)
 *  [進階檢視](https://tw.wordpress.org/plugins/lr-feedback/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/lr-feedback/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/lr-feedback/reviews/)

## 參與者

 *   [ LogicRays Technologies ](https://profiles.wordpress.org/logicrays/)
 *   [ Pritesh Modi ](https://profiles.wordpress.org/priteshm/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/lr-feedback/)