Skip to content

Feedback Ape is the easiest way to add feedback/comment to your site.

Notifications You must be signed in to change notification settings

shubhamsns/Feedback-Ape

Repository files navigation

Feedback Ape

Easily add user reviews, feedback, and comments to your website in one line of code.

feedback-ape-home.png

Feedback Ape 🐵

Demo live at: Feedback Ape 🐵

Features

  • Authentication for adding comments and using app
  • Add sites on which you want feedback
  • integrate Feedback Ape to your app with one line of code
  • Feedback listings with route on which it was posted
  • Change feedback visibility - public/hidden

How to Use

You can embed our route into another site in one line code of using an iframe. This is crucial because it requires no extra JavaScript for the you, if necessary. A static page is served and regenerated periodically to show all comments that have been approved.

<iframe src="https://feedbackape.vercel.app/embed/SITE_ID/ROUTE" />

When embedding the feedback iframe, you might want to automatically resize the height to its contents. This can be achieved using iframe-resizer.

For example, if you are using React, you can add iframe-resizer-react and do something like this. This library is 5.8kB minified + gzipped with no dependencies.

<IframeResizer
  checkOrigin={false}
  title="Comments"
  src={`https://feedbackape.vercel.app/embed/SITE_ID`}
  style={{
    width: '1px',
    minWidth: '100%',
  }}
/>

To enable this on the embed side, we have installed iframe-resizer and included the JS snippet inside the embedded route.

Views / Pages

Sites Page Feedback Page
site.png all-Feedback.png
Site Feedback Account Profile
site-feedback.png account.png

Built Using

About

Feedback Ape is the easiest way to add feedback/comment to your site.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published