Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kudoswall.org/llms.txt

Use this file to discover all available pages before exploring further.

Once you’ve configured your widget’s appearance and filters, the only thing left is to copy a single <script> tag and paste it into your website. No additional libraries, no API keys in your code — just one line that loads and renders your widget automatically.

Copy the embed code

  1. Go to Dashboard > Widgets and click the widget you want to embed.
  2. Switch to the Embed Code tab inside the Widget Editor.
  3. Copy the <script> tag shown in the code panel:
<script
  src="https://kudoswall.org/widget.js"
  data-id="YOUR_WIDGET_ID"
  async
></script>
  1. Paste the tag into your site’s HTML at the exact location where you want testimonials to appear — typically inside your page content or just before the closing </body> tag.
Place the script tag at the exact position in your page where you want testimonials to appear. The widget renders inline at that location, so moving the tag moves the widget.

How it works

  • data-id is your unique widget ID. It connects the script to your specific settings, filters, and approved testimonials. Keep this value — it’s what tells the widget which configuration to load.
  • The async attribute means the widget loads without blocking your page. Visitors see your content immediately while testimonials load in the background.
  • Widget appearance and filters are controlled entirely from the KudosWall dashboard. Once the script tag is on your page, you never need to touch your code again to update how the widget looks.

Moving or updating the widget

  • To move the widget — cut and paste the <script> tag to a new location in your HTML. The widget renders wherever the tag is placed.
  • To update the widget’s appearance — make changes in the Widget Editor in your dashboard. Updates take effect immediately for all visitors; no code changes needed.
  • To remove the widget — delete the <script> tag from your HTML.

Next steps

Install Guides

Platform-specific instructions for HTML, React / Next.js, Webflow, and Shopify.

Widget Settings

Configure layout, filters, and branding in the Widget Editor.

Embed Troubleshooting

Fix common issues with widget display and placement.

Widget Settings Reference

Full reference for every widget configuration option.