Add "audience feedback" functionality to posts (please)

The audience feedback feature is great and a very welcome addition to the Ghost platform.

But it’s currently limited to newsletters, and I would like to request that this feature or functionality be added to posts (for logged in members) on the website as well.

I realise there are many features and different types of functionality that people want, and it all takes time and money to build, so I don’t expect this to happen overnight (or perhaps ever, if there isn’t much community support for it). But thank you for considering this request.

And keep up the great work, Ghost team! We love you for it :ghost: :black_heart:

I think It’s actually already possible by constructing the same URLs found in the newsletter feedback buttons. They appear to be made like so:

https://your.domain/ #/feedback/ {{ post.id }} /{{ 1 or 0, up or down }}/ ?uuid={{ @member.id }}

It also appears that https://your.domain/ can be any URL from your Ghost site, meaning the feedback button links could start with #/feedback and therefore prevent the page from reloading. So long as the feedback option was enabled at the time the newsletter originally went out then this should work.

Can anyone test this for me?