Feedback Farm Docs
  • Welcome
  • Widget
    • For React
    • For HTML
    • For Wordpress
    • Build your own
  • Integration
    • Zapier
    • Logsnag
    • Webhooks
  • Web App
    • Custom domain for public board
  • Reference
    • API Reference
      • Theme
      • Types
      • Localization
Powered by GitBook
On this page
  • Get your Project id
  • Installation
  • Configuration
  • Wordpress Menu Configuration
  • HTML Element Configuration
Edit on GitHub
  1. Widget

For Wordpress

PreviousFor HTMLNextBuild your own

Last updated 2 years ago

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

Get your Project id

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

Installation

Follow the . You can search the plugin as .

Configuration

There's two ways of configuring the plugin. You can either add a "Give Feedback" button to your or you can add the widget to any 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 .

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 .

feedback.farm
feedback.farm
official Wordpress plugin installation instruction
Feedback Farm
wordpress site menu
HTML element
advanced option
advanced option