MakeITeasy Flip Card
Flip card block - revealing "other side" on hover or click. Aligned with core blocks styles and functioning.
The facts
- Active installs
- 100+
- Price
- Free
- Last updated
- 6 Dec 2025
- Added
- Dec 2025
- Requires WP
- 6.8
- Tested up to
- WP 6.9.7
- Requires PHP
- 7.4
- Downloads
- 1,085
Our analysis
AI-assistedMakeITeasy Flip Card is a WordPress plugin that creates interactive flip cards, revealing additional content on hover or click. It includes toolbar controls to set the opening mode and allows you to assign links to the entire card when using the hover mode.
This plugin is suitable for developers looking to enhance their websites with customisable interactive elements. It is fully open source, allowing for adjustments and collaboration through its source code available on GitHub.
Best for: This plugin suits developers looking to add interactive elements to their WordPress sites.
What it does well
- ✓Interactive content revealing additional information
- ✓Customisable opening modes: hover or click
- ✓Fully open source with accessible code on GitHub
- ✓Developer friendly with unopinionated starting CSS
- ✓Future-proof compatibility with recommended coding practices
Where it falls short
- •Limited information on user ratings and active installs
- •No detailed feature list beyond basic functionality
Verdict
MakeITeasy Flip Card offers a straightforward solution for creating interactive cards. Its open-source nature and customisation options make it a practical choice for developers.
From the developer
Lovro Hrust's own description of MakeITeasy Flip Card, lightly tidied.
An interactive web element that reveals additional content on hover or click. The Flip Card block includes toolbar controls to choose whether the back side appears on hover or on click.
When the opening mode is set to hover, you can also assign a link to the entire card.
Key Features
- 🥇 Feature-Rich.
- 🥈 Fully Open Source: Including the block source code. Fork and adjust as needed.
- 🥉 Developer friendly: Unopinionated starting CSS – styled through theme.
- ⏲️ Future-Proof Compatibility: Guaranteed compatibility with future WordPress versions by using recommended block coding practices.
Developer Notes
There is a full source code on github. You can investigate code, adjust it to your needs, collaborate, …
Development:
– Run npm install to install dependencies.
– To develop, either:
– remove webpack.config.json and run npm run start to start a development server without live reloading.
– leave webpack.config.json and set .env file with host, cert_location and key_location variables and run npm run start to start a development server with live reloading.
– To build for production, run npm run build.