Once you’ve configured your widget’s appearance and filters, the only thing left is to copy a singleDocumentation Index
Fetch the complete documentation index at: https://kudoswall.org/llms.txt
Use this file to discover all available pages before exploring further.
<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
- Go to Dashboard > Widgets and click the widget you want to embed.
- Switch to the Embed Code tab inside the Widget Editor.
- Copy the
<script>tag shown in the code panel:
- 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.
How it works
data-idis 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
asyncattribute 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.