Show previews of your posts on hover.
- Themeable - Inherits most of its styles from the theme to match.
- Works with any permalinks - Got a crazy permalink structure? Don't worry, it works automatically with any setup!
- Slick - I mean, have you seen the GIF above? It's super cool!
- Massive file size - Uses React, which means there's 50KB of JS.
- Clone this repository
npm install
npm run build
- Activate the plugin.
- Clone this repository.
npm install
- Add
define( 'HOVERCARDS_DEV', true )
to your wp-config. - Activate the plugin.
npm start
Created as a little hack project by Ryan McCue.
The JavaScript tooling in this plugin is based on Create React App; you may also want to read the documentation for that.
Includes the React library by Facebook, licensed under the BSD license.
See license.txt for full license details.