Are there any good open-sourced "Send Feedback" tools like the one Google Plus uses?

link|improve this question

38% accept rate
feedback

2 Answers

Jan Kuča has attempted to reverse-engineer it. Find his source on GitHub here.

link|improve this answer
feedback

No. It's just generic a div.feedback { position: fixed; bottom: 0px; right: 0px; } which triggers a lightbox or page.

link|improve this answer
This isn't really true -- if you look at Google+ in Chrome, you can annotate the page and send a screenshot along with your feedback report. – josh3736 Oct 11 '11 at 3:51
I will look into this. It never used to do that. – desbest Oct 11 '11 at 8:45
I'm pretty sure it has always done that (this was posted in February). However, it has never worked in IE, so it just pops a lightbox. – josh3736 Oct 11 '11 at 14:29
I would use Processing.js to allow people to draw over the screen with a circle shaped brush. How to take snapshots of what the screen looks like, would be the 2nd thing to do. – desbest Oct 11 '11 at 14:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.