Testimonial is a software tool designed to help businesses collect, manage, and display customer testimonials. Its main purpose is to simplify the process of gathering social proof, which is crucial for building trust and credibility. The platform allows users to collect both text and video testimonials through a dedicated, shareable landing page. This means you do not need technical skills or a developer to start. Once collected, testimonials are organized in a central dashboard. From there, you can choose the best ones to showcase on your website using simple embeddable widgets, such as a 'Wall of Love'. The company provides an all-in-one solution, from collection to display, making it accessible for startups, marketing agencies, and large companies alike.
Testimonial offers a range of features to handle the entire testimonial lifecycle.
Testimonial offers several pricing tiers to suit different business needs. The plans are structured based on the number of testimonials you can collect, the amount of video recording time, and access to advanced features.
Testimonial offers a free plan that allows you to start collecting testimonials without any cost. The free plan comes with certain limitations, such as a cap on the number of testimonials you can receive and the amount of video you can store. Widgets embedded using the free plan will also display Testimonial branding. It is a good way to test the platform's core functionality before committing to a paid subscription.
Getting started with Testimonial is a straightforward process that does not require coding skills.
Pros:
Cons:
Testimonial is built to be embedded on any website or no-code platform. While it does not have a large library of direct, deep integrations, it connects with thousands of other applications through Zapier.
Yes, Testimonial provides a developer API that allows for more custom integrations and workflows. The API lets you programmatically access your testimonials, manage them, and integrate them into custom applications or dashboards.
To get your API key, you typically need to log in to your Testimonial account and navigate to the Settings or Developer section. The key will be available there to copy. Keep your API key secure, as it provides access to your account data.
Here is a sample code snippet showing how you might fetch testimonials using the API:
fetch('https://testimonial.to/api/v1/testimonials', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
For detailed documentation, visit the developer section on the Testimonial website.
Testimonial offers an affiliate program for users who want to earn money by promoting the platform. As a partner, you receive a unique referral link to share with your audience. When someone signs up for a paid plan through your link, you earn a commission.
The program typically offers a recurring commission, meaning you get a percentage of the subscription fee for as long as the referred customer remains active. Commissions are usually paid out monthly through a service like PayPal or Rewardful. To join, you can apply through the 'Affiliate' or 'Partner' page on their official website. The application process is usually simple and requires you to provide information about how you plan to promote the tool.