Documentation

Getting started

  1. 1

    Login

    Sign up and log in to talksprout. You can sign in using one of the identity providers shown or log in via email using passwordless authentication.

  2. 2

    Create a workspace

    Once logged in you'll be presented with the dashboard. This is where all of your workspaces can be accessed, along with various actions. A single workspace groups all the feedback from one widget. Click the Create workspace button to start customising your widget.

  3. 3

    Customise the widget

    Give your workspace a name to identify it — e.g. your product name or a specific page. You can also add custom messages, select a primary widget colour, and remove the talksprout branding. Certain options are only available on paid plans.

  4. 4

    Integrate the widget

    Once you have created your workspace, a popup will appear with integration instructions. Embed this code into the <head> of your HTML page:

    1 <script type="module" src="https://www.static.talksprout.com/js/ts.js"></script>

    Then add an HTML tag with the [data-talksprout] and [data-talksprout-workspace-id] attributes. The widget anchors to the trigger element — you can attach it to any HTML element but we recommend a button.

    1 2 3 4 5 6 7 8 9 10 <body> <!-- Place the [data-talksprout] attribute on any element to trigger the widget --> <button data-talksprout data-talksprout-workspace-id="" data-talksprout-user="" > Your button </button> </body>
  5. 5

    Access your feedback

    Once integrated, send a test submission to verify installation. You can then access feedback by navigating to your workspace through the dashboard. Submissions will appear immediately.