Description
FlipEm lets you create two-sided 3D flip cards with customizable front and back content.
Main features:
– Shortcodes: [flipem_card], [flipem_front], [flipem_back]
– Trigger modes: over, click, button, auto
– Directions: right, left, top, bottom
– Nested shortcodes inside front/back faces
– Global defaults + per-card overrides
– Widget support (FlipEm Card)
– Live Generator tab with preview + shortcode copy
– Separate front/back background images
– Background repeat / size / position controls
– Auto flip interval and start delay settings
Shortcode Example
[flipem_card type=”over” direction=”right” width=”320px” height=”220px”]
[flipem_front]
Front
Front content
[/flipem_front]
[flipem_back]
Back
Back content
[/flipem_back]
[/flipem_card]
Installation
- Upload the plugin ZIP from Plugins -> Add New -> Upload Plugin.
- Activate FlipEm.
- Open the FlipEm menu in the WordPress admin left panel.
- Use the Generator tab to build cards visually, or add shortcodes manually.
FAQ
-
Can I use different types/styles of cards on the same site?
-
Yes. Global Settings define defaults only. Each card shortcode and widget instance can override them.
-
Do nested shortcodes work inside the card faces?
-
Yes. FlipEm runs nested shortcodes inside [flipem_front] and [flipem_back].
-
Is there a widget?
-
Yes. The plugin includes the “FlipEm Card” widget.
-
Use type=”button” and add an element with class “flipem-flip-button” inside the card content.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“FlipEm” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “FlipEm” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.21
- Various bug fixes, security hardening, and general improvements.
1.0.20
- Various bug fixes, stability improvements, and general cleanup.
1.0.17
- Fixed Plugin Check/PHPCS packaging and compliance issues while preserving runtime behavior.
- Added PHPCS-safe escaping annotations for widget wrapper/card renderer output.
- Sanitized help icon output with wp_kses where rendered in admin templates.
- Reworked admin tab request read with nonce-verification recommendation comments for read-only view state.
- Removed discouraged load_plugin_textdomain() usage.
- Updated uninstall routine to avoid direct DB query and use prefixed multisite variables.
- Removed UTF-8 BOM and normalized line endings across plugin files.
- Corrected readme format headers for parser compliance.
1.0.16
- Added release/package files for marketplace distribution (readme, changelog, license, docs, uninstall, folder index guards).
- Added documentation HTML files in root and documentation folder.
- Added plugin header metadata (Requires at least / Tested up to / Requires PHP / License URI).
- Localized admin media picker labels and removed external admin font import dependency.
1.0.15
- Added separate front/back background image support and background controls in generator/widget.