

Showcase Stunning Video Testimonials on Your Website Effortlessly π₯β¨
Revio helps WooCommerce store owners collect and showcase real customer testimonials. Customers can record video reviews directly from their browsers. No extra apps are needed. WooCommerce store owners can display these testimonials using Gutenberg, Elementor, or shortcodes for instant social proof. The plugin also comes with the easiest Shortcode support that helps you showcase awesome video testimonials effortlessly with responsive and customizable styles on your website.
π‘Why you need a testimonial plugin?
πWebsite | πDocumentation | πTutorials | πLive Demo
π Turn real customer feedback into powerful social proof today
Ratings and reviews are key to converting visitors into customers. Video reviews take this to the next level. Revio helps businesses earn more and attract new customers daily.
Letβs grow, connect, and thrive together!
πWebsite | πDocumentation | πTutorials | πLive Demo
β
Testimonial Recorder: Collect video testimonials easily with our sleek interface. Itβs fast and simple to get more reviews in no time.
β
Gutenberg Testimonial Block: Add a testimonial recording section with ease using the Gutenberg block. Use the βReview Showcaseβ block to display recorded testimonials.
β
Elementor Testimonial Widget : Embed video or text testimonials on any page using Elementor or Gutenberg.
Embed Testimonials with Shortcode: No coding required. Add reviews anywhere on your site with a simple shortcode.
β
Testimonial Gallery: Create a review gallery and display it anywhere on your website. Show off customer feedback with ease.
β
Floating Review Widget: Display a floating review widget to encourage more customer reviews. Customize the widgetβs look and call to action.
β
Unlimited Testimonial Downloads: Easily download your favorite testimonials and use them wherever you want.
β
Testimonial Preview: Customers can preview their video before submitting, ensuring quality and satisfaction.
β
Central Testimonial Dashboard: Manage all your testimonials in one place. Add, update, or remove testimonials easily from your dashboard.
β
Easy Setup Wizard: Get started in 30 seconds with a user-friendly interface. No complicated steps where customers can record from any device.
β
Import & Export Settings: Quickly export or import settings with one click. Simple and fast.
β
Multisite Support: Works on all sites within a WordPress Multisite network, giving you access to all plugin features.
β
Super Responsive: Record testimonials from any device, desktop, laptop, or smartphone on any operating system.
β
Drag and Drop Video Uploader: Customers can easily upload their video by dragging and dropping files.
β
Custom Form Builder: Collect extra info like name, address, and phone number with custom data forms.
β
Personalized Testimonial Recorder UI: Customize the look and feel of the recording popup with your messages, colors, and style.
β
Edit/Translate Review Widget Fields: Translate all review fields and popups to connect with your audience in their language.
πWebsite | πDocumentation | πTutorials | πLive Demo
β All Free Features: Access all the essential features for free to start collecting testimonials right away.
β Record videos up to 10 minutes long: Pro users can record longer, more detailed video testimonials, up to 10 minutes.
β Connect unlimited websites: With Pro, you can connect as many websites as you need to collect and manage testimonials.
β Record up to 500 video reviews and unlimited text reviews: Pro users can collect up to 500 video reviews and unlimited text reviews to build trust and boost conversions.
π Upgrade to Revio Pro and take your social proof to the next level.
πWebsite | πDocumentation | πTutorials | πLive Demo
β Easy Digital Downloads Integration: Collect video testimonials at any point during the customer journey with easy integration.
πWebsite | πDocumentation | πTutorials | πLive Demo
This plugin uses npm, webpack, and tailwindcss for building production files. All source code for minified JavaScript and CSS files is included in the plugin’s /src directory.
The unminified source code is organized as follows:
* /src/ – Main source directory
* /src/css/ – Unminified CSS files
* /src/js/ – Unminified JavaScript source files
* /src/scss/ – SCSS source files
* /src/webpack/ – Webpack configuration files
* /src/package/ – Package configuration files
The plugin uses the following build tools:
* npm – Package manager
* webpack – JavaScript bundling
* tailwindcss – CSS framework
* Vue.js 3 – Frontend framework
* @ffmpeg/ffmpeg – Video processing
To build the project from source:
/src/package/ and /src/webpack/ to the plugin’s root directorynpm installnpm run admin:sass and npm run admin:tailwindnpm run front:sass and npm run front:tailwindnpm run webpack:adminnpm run webpack:frontnpm run webpack:eventsnpm run block:build/public/js/ – Contains minified JavaScript output files/public/css/ – Contains minified CSS output files/includes/blocks/script/ – Contains Gutenberg block scripts