WordPress plugin profile

Testimonials Block – Customer Reviews, Ratings, Badges & Video Testimonials

Testimonials Block makes it easy to display customer testimonials and reviews in a professional, responsive layout using the WordPress block editor.

Version1.0.4
Active installs200
Rating0.0 / 5
Tested toWP 7.1

About this plugin

Build beautiful customer testimonials, reviews, ratings, and social proof sections with 40+ modern layouts directly in the WordPress Gutenberg block editor. No coding required. Testimonials Block is a flexible testimonial plugin for WordPress that helps you showcase customer reviews and build trust with your visitors. Create testimonial grids, sliders, carousels, masonry layouts, review cards, video testimonials, audio testimonials, rating summaries, social proof badges, and more. Choose from 40+ testimonial and review layouts, customize the design to match your website, and manage your testimonials from one place with the built-in Testimonials Custom Post Type. Testimonials | Support | Demo Key Features – Free Version 40+ Testimonial Layouts : Create testimonial grids, sliders, carousels, masonry layouts, card stacks, speech bubbles, timelines, marquees, quote boxes, and more. Customer Reviews & Ratings : Showcase customer feedback with reviewer names, photos, designations, review text, and star ratings. Video & Audio Testimonials : Display video reviews from YouTube, Vimeo, or MP4 files and add audio testimonials with waveform-style players. Social Proof Badges : Display rating and review badges for Google, Trustpilot, G2, Facebook, Capterra, and verified buyers. Testimonial Form : Collect customer testimonials directly from your website and review submissions before publishing. Testimonials Custom Post Type : Manage testimonials from a central dashboard and reuse them across different testimonial layouts. Responsive Design : Control columns, gaps, and layouts independently for desktop, tablet, and mobile devices. Flexible Styling : Customize colors, typography, spacing, borders, shadows, images, avatars, and star ratings. Read More Controls : Limit long reviews with customizable excerpts and expandable Read More / Show Less buttons. Social Proof & Feedback : Add rating summaries, NPS polls, customer case studies, review accordions, comparison tables, and other trust-building elements. How to Use Testimonials – Quick Start Guide Adding customer testimonials to your WordPress website takes only a few steps. Install and activate Testimonials. Open any post or page in the WordPress Block Editor. Click the + button and search for Testimonials. Choose a testimonial layout such as a grid, slider, carousel, or masonry layout. Add your customer reviews and customize the block settings. Adjust the layout, colors, typography, images, ratings, and spacing. Publish the page and your testimonials are ready to display. You can also manage testimonials centrally with the Testimonials Custom Post Type and use them across different layouts. Use Cases Business Websites : Build trust by displaying customer feedback and success stories. Agency Websites : Showcase client testimonials, projects, and customer experiences. Product Pages : Display reviews and ratings near products or services. SaaS Websites : Highlight customer stories, ratings, and case studies. Ecommerce Stores : Show customer reviews, verified buyer feedback, and rating summaries. Service Businesses : Present client testimonials in attractive grids, sliders, or cards. Landing Pages : Add social proof to help visitors make confident decisions. Portfolio Websites : Showcase client feedback alongside completed projects. Enjoying Testimonials? If the plugin saved you an afternoon, a review on WordPress.org helps the next person find it. It takes a minute, and for a small team it makes a real difference. External services This plugin’s admin screens load two webfonts, Roboto and Lato, from Google Fonts, and the plugin icon shown in its admin header from WordPress.org’s own asset host. Both are requested inside wp-admin only, on this plugin’s own pages. Neither is used on your public site. Google Fonts ( fonts.googleapis.com , fonts.gstatic.com ) — serves the Roboto and Lato webfonts used by the plugin dashboard, Submissions and Poll screens. The request sends what any web request sends: your IP address, browser and operating system. Nothing about your site, your content or your visitors is sent. Terms | Privacy Policy WordPress.org plugin API ( api.wordpress.org ) — the Our Plugins tab of the plugin dashboard asks WordPress.org for the list of plugins published by bPlugins, so it can show their icons, versions and ratings. The request names bPlugins as the author and sends nothing about your site. Privacy Policy WordPress.org plugin assets ( ps.w.org ) — serves this plugin’s own icon image, shown beside the plugin name in its admin header. Privacy Policy Live demo previews ( bblockswp.com ) — the Demo & Help page’s Live Demo cards load each layout’s preview inside an iframe from bPlugins’ own demo hosting, only when you open that page and click a demo. No data about your site is sent. Privacy Policy On your public site, the Video Testimonials block embeds YouTube or Vimeo only if you enter a YouTube or Vimeo URL yourself, and only after a visitor clicks play. A self-hosted MP4 makes no external request at all. YouTube Privacy Policy | Vimeo Privacy Policy Source Code The non-minified source code for this plugin is available on our public repository: GitHub Repository Third-Party Libraries This plugin uses the following third-party libraries: Swiper – MIT License (powers the Testimonials Slider, Coverflow Carousel and 3D Flip Perspective Carousel layouts). react-responsive-masonry – MIT License (powers the Testimonials Masonry layout). immer – MIT License (used internally by the block editor sidebar and admin dashboard to update settings state). react-router-dom – MIT License (routes the plugin’s admin dashboard screens: Demo & Help, Submissions, Feedback & NPS Poll). bpl-tools Source / GitHub: https://github.com/bPlugins/bpl-tools License: GPL-2.0-or-later – https://www.gnu.org/licenses/gpl-2.0.html Purpose: Shared utility library providing this plugin’s admin dashboard components (Demo & Help, Submissions, Feedback & NPS Poll, Our Plugins) and common Gutenberg editor controls. External Services: see the == External services == section above for exactly which requests this plugin makes through it. Build Process This plugin uses a build process to generate the production assets (JS/CSS) located in the build/ directory. The human-readable source code is available in the src/ directory. To build the plugin from source: 1. Clone the repository: https://github.com/bPlugins/b-testimonials-block 2. Install dependencies: npm install 3. Run the build command: npm run build Build Tools Used: @wordpress/scripts (Webpack, Babel, PostCSS).