| 开发者 | prodigalorg |
|---|---|
| 更新时间 | 2026年9月12日 20:21 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[prodigal_verse] shortcode gives you full control of the linking:
[prodigal_verse ref="John 3:16"]for God so loved the world[/prodigal_verse]
The "Insert Bible Verse" button writes the shortcode for you, with a live preview of the verse text before you insert. It appears in the block editor (Gutenberg), the classic editor, and Elementor's Text Editor widget. Select text first and those words become the link; with nothing selected you can type the link text yourself, or leave it empty to show the reference. The shortcode works in any paragraph, heading, list, or quote block, and in widgets.
Accessibility
Tooltips meet WCAG 2.1 AA: they open on keyboard focus, dismiss with Escape, stay open while the pointer moves into them, and announce verse text to screen readers. On phones, the first tap opens the tooltip instead of navigating; a second tap dismisses it.
For developers
Vanilla JS and CSS (about 4 KB gzipped, loaded only on pages that contain a verse), CSS custom properties for theming, data-pv-skip / .pv-no-autolink opt-out markers, and prodigal_verse_* filters for programmatic control. All verse access goes through a provider interface. No custom tables, no transients; uninstall removes everything.
No. The plugin makes no external requests of any kind. Everything runs on your server.
No. Detection and linking happen at render time only. Deactivate the plugin and your content is exactly as you wrote it — nothing was written to the database.
Tooltips include a link to read the full chapter on prodigal.org, which you can turn off in Settings. When it's off, no outbound link exists in your markup at all.
Add it to "Never link these" in Settings → Prodigal Verse — one phrase per line. You can also add data-pv-skip to any element to opt a whole region out of auto-linking.
Chapter-only references are off by default because they collide with ordinary prose more often than full citations. Enable "Also link chapter-only references" in settings if you want them.
Yes. Elementor and Beaver Builder are supported directly — verse links and automatic linking work inside their text modules. Page builders render pages their own way rather than through WordPress's normal content filter, so the plugin registers with each builder's own rendering hook. If you use a builder that isn't listed and automatic linking doesn't appear, the shortcode still works everywhere.
World English Bible (public domain, the default), King James Version (public domain in the US; rights in the UK are vested in the Crown), and Berean Standard Bible (dedicated to the public domain, CC0).
Yes. All verse text ships inside the plugin, so tooltips work with no internet access at all. Only the optional "Read full chapter" link needs the outside world.
An optional, off-by-default credit line in the tooltip — "Brought to you by Prodigal" with the Prodigal wordmark, linking to prodigal.org. Turning it on is a small way to support development of this free plugin. Nothing else changes, and it stays off unless you switch it on.
[prodigal_verse] shortcode for attaching a verse to any phrase you choose.