Linux 软件免费装
Banner图

WP Customer Feedback

开发者 endual
更新时间 2015年4月22日 09:11
PHP版本: 3.5 及以上
WordPress版本: 4.2
版权: GPLv2
版权网址: 版权信息

标签

marketing shortcode popup customer review feedback survey user-feedback customer-feedback

下载

0.1.1 1.0.1 1.1.0 1.1.1 1.2.0 1.2.1 1.3.0

详情介绍:

Sick of wondering what your visitors are thinking? A loyal customer of a small business website can spend thousands of dollars over the course of a few years. Smart business owners spend up big on ads, coupons, and discounts, to get new customers in the door. But getting new customers should be just the start To keep customers happy and engaged you need to understand them. Do you know: You're always better off knowing more. If you know what's putting people off, you can change it. If you know what people love, you can give them more of it. You need all the customer feedback you can get. Savvy people get feedback from their users. The problem is that very few people use contact pages to give customer feedback. It’s an additional point of friction - it's just easier for your potential customers to click the back page than to hunt out your contact page. Opening up comments is better, but not by much. You have to take care of spam, and you can bet competitors will be reading your comments too. What if you had an easy way to ask users for feedback, at the most point in the sales funnel most valuable to you, and then get the feedback emailed directly to you? Getting customer feedback is what WP Customer Feedback is all about Hearing your customers’ feedback is awesome, especially for usability issues, prioritizing features and gaining insights into potential new features. With more insight into your visitor's thinking you can: Current customization options Video walk through Video walk through in Wistia Suggestions for improvements are always welcome, and I love to hear suggestions for new plugins. email: adrian@endual.com twitter: @endual

安装:

  1. Upload the wp-customer-feedback folder to your /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place [get-feedback] in your pages or posts.

屏幕截图:

  • On page pop-in windows
  • Getting user suggestions
  • Researching user actions

常见问题:

Short codes

Short codes are a way to add functionality to a site through simple special text. You can change the colour of the panel, and the delay before the panel is displayed.

Setting the Title Bar Color

The Title Bar Color is the visible title in that enters the screen for your user to click. You can set this to whatever color works best with your site. If you want the Title Bar Color red, then you could use the following: [get-feedback color="red"] There is support for many named colors on the web. For a full list see here. http://css-tricks.com/snippets/css/named-colors-and-hex-equivalents/

Setting the Title

The title is the panel title propting the user to submit feedback. You'll generally set this to the question you want feedback for. Note that there should be a maximum of about 30 characters for the title - but this depends on site fonts and which words you use. To ask for feedback on "What feature would you like to see next?" you would put: [get-feedback title="What feature would you like to see next?"]

Setting the Question

The question is the prompt for user feedback, and appears in the text field until the user starts typing in a response. By default this will be the same as the title, but is customisable. To ask the question "How did you find us?" you would put: [get-feedback question="How did you find us?"]

Setting the Email request field

The default request for an email address is "Your email address?", you can change it here. To use "Enter e-mail address", you would put: [get-feedback email="Enter e-mail address"]

Setting the Submit button text

The Submit button is the button the user presses when submitting feedback. Some people get dramatically different response rates with different button text. You may want to try alternative text. To use "Send", you would put: [get-feedback submit="Send"]

Setting the Thankyou message

The "Thankyou message" is a brief note to display the user on submitting of feedback. The default thankyou message is "Thanks for the feedback!". To use an alternate, say "Great, we'll get straight on this.", you would use: [get-feedback thankyou="Great, we'll get straight on this."]

Setting the Delay

You can set a delay between loading a page, and showing the feeback panel by using the delay setting. To delay the panel by three seconds you would put: [get-feedback delay="3"]

Combining settings

All of the above setting can be combined as you like. To have a blue panel, asking "How did you find us?", which waits 5 seconds before showing up, you would put: [get-feedback color="blue" title="How did you find us?" delay="5"]

Why am I seeing the wrong feedback question?

WP Customer Feedback uses the first request finds for a feedback panel. When you show a list of posts, such as with a blog, WP Customer Feeback will use the first relevant shortcode it finds. Which is considered 'first' depends on how the posts are show, but it is usually the first post created.

更新日志:

1.3.0 Required WordPress bumped to 3.5 to allow for use of the Color Picker class Additional parameters added to shortcode: 1.2.1 Shutdown panel immediately on submit clicked 1.2.0 Added ability to show with non full page posts Minor panel responsive design fix Fixed CSS font variable issue Updated email header Stripping slashes from email body Maintain linebreaks in feedback body 1.1.1 Fix minor JS class bug from 1.1.0 1.1.0 Updated readme.txt for WordPress 4.2 Namespaced all CSS Added close button to panel when visible Changed cursor to pointer over panel header 1.0.2 Updated readme.txt to include better shortcode info and added video to readme home tab. 1.0.1 Updated readme to reflect title parameter 1.0.0 Added 'title' to a user parameters Improved panel behaviour during window resize Additional shortcode instructions added 0.1.1 Removed footer text Updated screenshots to reflect UI update Improved feedback email Changed image asset location Bug fixes 0.1.0 Initial release