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.

Installing the KudosWall widget takes one step: paste a <script> tag into your site. The exact method depends on your platform. Follow the guide for your setup below.
Replace YOUR_WIDGET_ID with the actual ID from your widget’s Embed Code tab. The ID looks like a UUID: 88f80210-7c57-4b9b-bb8f-d5e18804320f.
Paste the script tag directly into your HTML file at the location where you want the widget to appear. Placing it just before the closing </body> tag is a common convention, but you can put it anywhere in <body> — the widget renders inline at that position.
<!-- Paste before </body> or in your page content -->
<script
  src="https://kudoswall.org/widget.js"
  data-id="YOUR_WIDGET_ID"
  async
></script>

After installing

Once the script is on your page, all future widget updates — layout changes, new testimonials, filter adjustments — happen automatically from your KudosWall dashboard. You don’t need to touch your site’s code again.

Widget Settings

Customize your widget’s layout, theme, and filters.

Embed Troubleshooting

Fix common issues with widget display and placement.