<!-- 
FlipEm
Copyright (c) 2026 Andrei Petcu
Author: Andrei Petcu <hello@andreipetcu.com>
License: GNU General Public License v2.0 (GPLv2)
❤︎: FFF
-->
# FlipEm

FlipEm is a WordPress plugin for CSS3 3D flipping cards powered by shortcodes, a widget, and a live admin generator.

## Highlights

- Shortcodes: `flipem_card`, `flipem_front`, `flipem_back`
- Trigger modes: `over`, `click`, `button`, `auto`
- Directions: `right`, `left`, `top`, `bottom`
- Per-card overrides over global defaults
- Separate front/back background images
- Background repeat / size / position controls
- Widget: **FlipEm Card**
- Generator tab with live preview and copy shortcode

## Quick Start

1. Install and activate the plugin.
2. Open **FlipEm** in the WordPress admin left sidebar.
3. Use **Generator** to build a card and copy the shortcode.
4. Paste the shortcode into a post or page.

## Documentation

- `documentation/index.html` (primary packaged documentation)
- `flipem-documentation.html` (duplicate root copy for convenience)

## Example

```text
[flipem_card type="click" direction="right" width="100%" height="240px"]
[flipem_front]
<h3>Front</h3>
<p>Click to flip.</p>
[/flipem_front]
[flipem_back]
<p>Back content.</p>
[/flipem_back]
[/flipem_card]
```

## License

GNU General Public License v2.0 (GPLv2)
