Skip to main content
The BragBox widget lets you show approved testimonials on your website by pasting a single script tag. No developer needed.

Get your embed snippet

In your dashboard, open a campaign and find the Embed section. Copy the snippet — it looks like this:
<script
  async
  src="https://bragbox.one/widget.js"
  data-bragbox-id="wid_your_id_here"
  data-theme="light"
  data-limit="6"
></script>
Paste this anywhere in your website’s HTML where you want testimonials to appear.

How it works

When the script loads on your page, it creates an iframe that fetches and renders your approved testimonials from BragBox. The widget is fully isolated — it won’t interfere with your site’s styles or JavaScript.

Configuration options

Customize the widget’s behavior with data-* attributes on the script tag:
AttributeOptionsDefaultDescription
data-themelight, darklightWidget color scheme
data-limitAny number6Max testimonials to display
Example with dark theme and 3 testimonials:
<script
  async
  src="https://bragbox.one/widget.js"
  data-bragbox-id="wid_your_id_here"
  data-theme="dark"
  data-limit="3"
></script>

What displays

The widget shows only approved testimonials from your account. As you approve new submissions in your dashboard, they appear in the widget automatically — no need to update the embed code. Each testimonial card displays:
  • Customer name
  • Role and company (if provided)
  • Testimonial text
  • BragBox branding (Starter plan) or no branding (Professional plan)

Placement tips

  • Put it on your homepage, services page, or a dedicated testimonials page
  • Place it above the fold or near a call-to-action for best impact
  • The widget is responsive and adapts to the width of its container

Platform-specific guides

WordPress

Wix

Squarespace

Custom site