imagewize / reviews-block
WordPress block plugin for displaying customer reviews in a three-column layout
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:wordpress-plugin
Requires
- php: >=8.0
- composer/installers: ^2.0
README
A WordPress block plugin that displays customer reviews in an attractive three-column layout with profile images, testimonials, and customizable styling.
Introduction
The Reviews Block is a custom WordPress block that helps you showcase customer testimonials in a modern, responsive layout. It's built using the WordPress Block Editor components and follows modern development practices.
Features
- Three-column layout for customer reviews
- Circular profile images
- Customizable background and text colors
- Responsive design that adapts to mobile devices
- Support for wide and full-width alignments
- Built-in spacing and padding controls
- Default orange theme with white text
- Flexible inner block structure
Installation
Via Composer
composer require imagewize/reviews-block
Manual Installation
- Upload the plugin files to
/wp-content/plugins/reviews-block
- Activate the plugin through the WordPress plugins screen
- Use the Reviews Block in any post or page via the Block Editor
Requirements
- PHP 8.0 or higher
- WordPress 6.7+
- Composer (if installing via Composer)
Usage
- Add the Reviews Block to your page
- Customize the colors using the block toolbar
- Modify the testimonial text and profile images as needed
- Adjust width, spacing, and alignment using block controls
Technical Details
- Built with WordPress Block Editor components
- Uses SCSS for styling
- Includes template-based inner blocks
- Supports WordPress 6.7+
- Compatible with most WordPress themes
Development
The block is built using @wordpress/create-block
and uses modern development practices:
- React for components
- SCSS for styling
- WordPress Block API
- Inner Blocks template system
License
GPL-2.0-or-later - see License
Support
For support questions or bug reports, please use the GitHub issues section.
Changelog
1.0.0-beta
- Initial beta release
- Added Composer package support
- Three-column review layout
- Customizable colors and spacing
- Responsive design