# BibleAsk - Verse Tooltip

WordPress plugin that turns Bible references in posts and pages into links to [BibleAsk.org](https://bibleask.org), with optional hover tooltips.

## Features

- **Auto-linking**: Converts references like "Genesis 1:1", "Habakkuk 1:13 (NKJV)", "(Colossians 3:3)", or "Psalm 23" into links to the corresponding passage on BibleAsk.org.
- **URL format**:
  - Book + chapter: `Genesis 1` → `https://bibleask.org/bible/genesis/1/`
  - Book + chapter + verse: `Genesis 1:1` → `https://bibleask.org/bible/genesis/1/1/`
  - Verse range: `Genesis 1:1-3` → `https://bibleask.org/bible/genesis/1/1-3/`
- **Settings** (Bible References in sidebar or Settings → Bible References):
  - Open links in new tab or same tab
  - Apply to posts and/or pages
  - Enable hover tooltip; optional verse text; BibleAsk logo and branding in tooltip
- **Hover tooltip**: When enabled, hovering over a reference shows the reference, optional verse text, and a link in a styled tooltip.

## Installation

1. Upload the plugin to `/wp-content/plugins/` (or zip and install via Plugins → Add New). The WordPress.org slug is `bibleask-verse-tooltip`; the text domain matches that slug. See `readme.txt` for external-service disclosure (BibleAsk.org).
2. Activate **BibleAsk - Verse Tooltip** under Plugins.
3. Configure options under **Bible References** (sidebar) or **Settings → Bible References**.

## Requirements

- WordPress 5.0+
- PHP 7.2+

## License

GPL v2 or later.
