Resources
Add Testimonials to Your Website
A complete guide to adding testimonials to any website using StweetHQ
Add Testimonials to Your Website
Learn how to add powerful social proof to your website in minutes with StweetHQ’s embed tools.
Choose Your Display Format
StweetHQ offers multiple ways to display testimonials on your site:
- Wall of Love — A masonry grid of your best testimonials
- Carousel — A rotating slider perfect for landing pages
- Single Testimonial — A featured quote with photo and attribution
- Video Embed — Embed video testimonials with custom players
Installation Methods
Script Embed (Recommended)
The simplest way to add testimonials. Just paste a snippet into your HTML:
<script src="https://app.stweethq.com/embed.js" data-widget-id="your-widget-id"></script>
<div id="stweethq-widget"></div>
React / Next.js Component
Use our official React SDK for full control:
import { TestimonialWall } from '@stweethq/react';
export default function Testimonials() {
return <TestimonialWall widgetId="your-widget-id" theme="light" />;
}
WordPress Plugin
Install the StweetHQ WordPress plugin from the plugin directory, then use the shortcode [stweethq widget="your-widget-id"] in any page or post.
Customization
All embed methods support theming to match your brand — colors, fonts, layout, and card styles are fully customizable from the StweetHQ dashboard.
Next Steps
- Widgets documentation — Full widget configuration reference
- Wall of Love — Create stunning testimonial walls
- Code Examples — More integration examples