Embedding and linking
Link to a post
Every published post is reachable at /feedback/<slug>. Share that URL
anywhere you would share any other web link. The slug for the default post
is default, so /feedback/default always works.
Embed via iframe
v1 ships with the default HTTP response headers — no X-Frame-Options: DENY is set, but the app does not yet provide a dedicated embed mode. An
iframe at https://shareyourthoughtswith.me/feedback/<slug> will render
the full chrome (header + footer). A future release will add a ?embed=1
query parameter that strips the chrome.
Programmatic submission
If your client owns the rendering (a CLI, a Slack bot, a custom page), use
the POST /api/v1/feedback endpoint with a submit-scoped API key. See the
API reference for the request shape.