Skip to content

Live Feedback

GitHub App

Live Feedback

GitHub App

Github frame

Live feedback

Live feedback is a script you can inject on your site that allows you to get feedback on your website in real time from your developers, designers, and clients.
It is a simple and easy-to-use tool that helps you to improve your website by getting feedback from your team.
Integration is really simple.

In a few steps you can get feedback on your website:

  • Add Live Feedback script in your website
  • Pass some mandatory properties to the script such as repo and owner
  • Live Feedback is now enable on your website.
  • You will see the Login button, click it.
  • After giving Live Feedback access to your repositories you can start giving feedback.

Demo

https://github.com/JulianKominovic/live-feedback/assets/70329467/b6847ac8-128a-4bd9-8fe4-46280fa1533e

Instructions

Add script tag

Add this script at the end of <body> tag.

 <script
  repo="{your repo}"
  owner="{repo owner}"
  async
  src="https://cdn.jsdelivr.net/gh/JulianKominovic/live-feedback@latest/build/bundle.js"
/>

i.e:

 <script
  repo="live-feedback"
  owner="JulianKominovic"
  async
  src="https://cdn.jsdelivr.net/gh/JulianKominovic/live-feedback@latest/build/bundle.js"
/>

We are ready!

image

Check the issue this example has created: JulianKominovic/live-feedback#74

Developer

Live Feedback is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse