hovercards icon indicating copy to clipboard operation
hovercards copied to clipboard

Preview WordPress posts before you click.

Hovercards

Show previews of your posts on hover.

Features

  • 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!

Un-Features

  • Massive file size - Uses React, which means there's 50KB of JS.

Installation

  1. Clone this repository
  2. npm install
  3. npm run build
  4. Activate the plugin.

Development

  1. Clone this repository.
  2. npm install
  3. Add define( 'HOVERCARDS_DEV', true ) to your wp-config.
  4. Activate the plugin.
  5. npm start

Credits

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.