For Wordpress

Before you start: You first need to create an account on feedback.farm.

Get your Project id

You can get your project id by going to feedback.farm and select your project.

Installation

Follow the official Wordpress plugin installation instruction. You can search the plugin as Feedback Farm.

Configuration

There's two ways of configuring the plugin. You can either add a "Give Feedback" button to your wordpress site menu or you can add the widget to any HTML element of your website.

Wordpress Menu Configuration

Go to the Wordpress admin panel and click on the Feedback Farm plugin configuration page.

Complete the "Project Id" field with your project id from feedback.farm.

Now in your menu, a "Give Feedback" button will be added.

Advanced option

Their is some advanced attributes that you can use. Refer to the HTML widget advanced option.

HTML Element Configuration

Supposing that you have a button on your website looking like this

<button>Give Feedback</button>

You want to add those 2 attributes to the button to make it work with the Feedback Farm widget.

<button data-feedback-farm data-feedback-farm-project-id="project_id">
  Give feedback
</button>

Now when you click the button, you will see the widget.

Advanced option

Their is some advanced attributes that you can use. Refer to the HTML widget advanced option.

Last updated