Plain HTML Integration

Use the widget on static sites, landing pages, and hand-coded HTML.

If your website is plain HTML, Testinora is about as simple as it gets. Add a container where the widget should render, then include the external script before the closing body tag.

Example

<!DOCTYPE html>
<html lang="en">
  <body>
    <section>
      <h2>What customers say</h2>
      <div id="testinora-widget"></div>
    </section>

    <script
      src="https://testinora.com/widget.js"
      data-widget-slug="your-slug">
    </script>
  </body>
</html>

You can place the container inside a hero section, sales page, or footer section depending on where visitors need trust most. As soon as the script loads, the widget fills that container automatically.