[WordPress] 外掛分享: PrimeBible Verse Preview

前言介紹

  • 這款 WordPress 外掛「PrimeBible Verse Preview」是 2025-11-30 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-12-01,距離現在已有 88 天。
  • 外掛最低要求 WordPress 5.8 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

primebible |

外掛標籤

bible | Verse | tooltip | scripture | Christianity |

內容簡介

<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<title>PrimeBible 外掛總結與問答</title>
</head>
<body>

<h2>文章總結:</h2>
<p>PrimeBible Verse Preview能將您內容中的聖經參考變成互動工具提示,立即顯示經文文字。非常適合神學部落格、教會網站和基督教內容創作者。</p>

<h2>問與答:</h2>

<h3>外掛的關鍵特點有哪些?</h3>
<ul>
<li>自動偵測 - 能在您的內容中找到像 "約翰福音3:16" 或 "羅馬書8:1-4" 等聖經引用。</li>
<li>多種版本 - 可以選擇 KJV、ESV、ASV、WEB 等多種譯本。</li>
<li>行動優化 - 支援觸摸,並提供長按功能支援行動裝置。</li>
<li>超快速 - 透過積極的緩存、懶加載和預取優化實現。</li>
<li>完全可自訂 - 可控制外觀、行為、時間和樣式。</li>
<li>隱私優先 - 除聖經API外,不追蹤也無外部依賴。</li>
<li>無障礙功能 - 支援鍵盤導航和螢幕朗讀器友好。</li>
<li>主題支援 - 亮色、暗色或自動偵測系統偏好。</li>
<li>性能 - 延遲加載、交集偵察器、極少DOM manipulations。</li>
</ul>

<h3>如何使用這個外掛?</h3>
<ul>
<li>安裝並啟用外掛。</li>
<li>設定您偏好的聖經譯本和外觀。</li>
<li>自然書寫內容:"神愛世人(約翰福音3:16)"。</li>
<li>引用會自動變成互動式。</li>
<li>訪客只需滑鼠停留或點擊即可立即看到經文。</li>
</ul>

</body>
</html>

原文外掛簡介

PrimeBible Verse Preview transforms Bible references in your content into interactive tooltips that display verse text instantly. Perfect for theology blogs, church websites, and Christian content creators.
Key Features

Automatic Detection – Finds Bible references like “John 3:16” or “Romans 8:1-4” in your content
Multiple Translations – Choose from KJV, ESV, ASV, WEB, and more
Mobile Optimized – Touch-friendly with long-press support for mobile devices
Lightning Fast – Aggressive caching, lazy loading, and prefetch optimization
Fully Customizable – Control appearance, behavior, timing, and styling
Privacy First – No tracking, no external dependencies beyond the Bible API
Accessibility – Keyboard navigation and screen reader friendly
Theme Support – Light, dark, or auto-detect system preference
Performance – Deferred loading, intersection observer, minimal DOM manipulation

How It Works

Install and activate the plugin
Configure your preferred Bible translation and appearance
Write content naturally: “For God so loved the world (John 3:16)”
The reference automatically becomes interactive
Visitors hover or tap to see the verse instantly

Advanced Features

Lazy Scanning – Only processes content when it enters viewport
Smart Caching – LRU cache with configurable size and expiry
Per-Post Control – Disable scanning on specific posts/pages via meta box
Exclude Selectors – Prevent scanning in code blocks, comments, etc.
CSP Compatible – Support for Content Security Policy nonce
Chapter Verse Counts – Optional JSON config for accurate verse range detection
Prefetch – Intelligently preloads nearby references
Analytics Ready – Optional Google Analytics integration
Custom CSS – Add your own styles to match your theme

Perfect For

Theology and Bible study blogs
Church websites and ministries
Christian authors and writers
Seminary and Bible college sites
Devotional and sermon websites
Christian education platforms

Technical Highlights

No jQuery or external library dependencies
Modern vanilla JavaScript (ES2020+)
Deferred script loading for zero blocking
Intersection Observer API for performance
Fetch API with retry logic and timeout
Mobile-first responsive design
Sub-50kb footprint including all assets

Additional Info
About PrimeBible
PrimeBible is a 501(c)(3) nonprofit organization dedicated to making deep Bible study accessible to everyone. Our platform provides free tools including:
* Hebrew and Greek original language analysis
* Strong’s Concordance integration
* Cross-reference explorer
* Biblical timeline
* Scholarly articles on messianic prophecy, textual criticism, and theology
Learn more at primebible.com
Support the Mission
This plugin is free and always will be. If it blesses your ministry, consider:
* Leaving a 5-star review
* Sharing with other Christian content creators
* Donating to support nonprofit Bible study tools at primebible.com/donate
Credits
Developed by the PrimeBible team with love for the global church.
Special thanks to the WordPress community and all beta testers who provided feedback.
Privacy Policy
Data Collection: This plugin does not collect, store, or transmit any personal data about your visitors.
API Requests: When a verse tooltip is displayed, the plugin fetches verse text from primebible.com’s API. These requests include:
– The Bible reference (e.g., “John 3:16”)
– The requested translation (e.g., “KJV”)
No Tracking: PrimeBible does not log IP addresses, track user behavior, or use cookies from these API requests.
Optional Analytics: If you enable the analytics setting, the plugin will fire a Google Analytics event when a tooltip is opened (if GA is already installed on your site). This is disabled by default.
Third-Party Services: The plugin connects to primebible.com’s API to fetch verse text. No other third-party services are used.
For more information, see the PrimeBible Privacy Policy.
Copyright and Licensing
PrimeBible Verse Preview is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Bible translations are subject to their respective copyright holders. PrimeBible provides access to public domain translations and those licensed for free distribution.
Developer Notes
Hooks and Filters
Filter: primebible_config
Modify the JavaScript configuration before it’s output.
add_filter(‘primebible_config’, function($config) {
$config[‘translation’] = ‘ESV’;
$config[‘theme’] = ‘dark’;
return $config;
});
Action: primebible_before_enqueue
Runs before scripts are enqueued (if loading conditions are met).
add_action(‘primebible_before_enqueue’, function() {
// Your code here
});
Programmatic Control
Disable on specific page by template:
add_filter(‘primebible_should_load’, function($should_load) {
if (is_page_template(‘template-landing.php’)) {
return false;
}
return $should_load;
});
GitHub Repository
Development happens on GitHub: github.com/primebible/wordpress-plugin
Contributions welcome:
– Bug reports
– Feature requests
– Pull requests
– Documentation improvements
Support
Documentation: primebible.com/docs/wordpress-plugin
Support Forum: wordpress.org/support/plugin/primebible-verse-preview
Email: [email protected]
Average Response Time: 24-48 hours
We’re committed to excellent support. If you have an issue, we’ll help you resolve it.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「PrimeBible Verse Preview」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

  • CM Tooltip Glossary 》產品頁面 | 影片 | 示範 | 使用者指南 | 附加元件 | 其他 CM 插件, 使用CM Glossary Tooltip WordPress 外掛,輕鬆建立詞彙表、百科全書或詞典,並在用戶懸...。
  • Tooltips for WordPress 》Responsive WordPress工具提示:, WordPress工具提示, , WordPress詞彙表, , 當用戶懸停在項目上時,會出現工具提示框 - 您可以在工具提示框中添加文本、圖像...。
  • Glossary 》將詞彙表添加到您的網站可以提高用戶閱讀體驗,顯著提升 SEO 和排名。, 如果您正在尋找最終的 WordPress 網站詞彙表外掛程式,那就不用再找了:您已經找到了...。
  • CSSIgniter Shortcodes 》WordPress 區塊更易使用,因此我們創建了一個新的區塊編輯器,包含一系列免費區塊。, 現在就查看 GutenBee 吧!, 這個快捷代碼外掛是專為 CSSIgniter 的高級...。
  • ACF Tooltip 》如果ACF字段需要更長的指示文字,編輯頁面的版面會變得凌亂,浪費很多空間。, ACF Tooltip外掛程序隱藏了字段指示,將幫助符號添加到字段標籤上,並基於指示...。
  • Tooltip CK 》Tooltip CK, 使用範例:, {tooltip}文本提示{end-texte}友好的小男孩{end-tooltip}, 更多信息和演示請參考:https://www.ceikay.com/plugins/tooltip-ck, 功...。
  • Tippy 》f is set, the header of the tooltip will become a link with the specified URL., , Overall, this plugin provides a lot of flexibility in terms of cu...。
  • Tooltipy (tooltips for WP) 》, 此外掛可讓你自動建立適應性工具提示方塊,以解釋專有名詞,讓使用者更舒適地瀏覽網站。, 使用簡碼詞彙表 [kttg_glossary]。, , , 展示, , 實際展示, 管理...。
  • Tooltip for Gravity Forms 》這個外掛可以讓您輕鬆地在欄位標籤旁新增工具提示。, 2021年7月更新: 現在您可以在工具提示中使用短代碼作為內容!, 大型更新: 您現在可以在工具提示中使用 H...。
  • Responsive Mobile-Friendly Tooltip 》工具提示用於顯示少量的隱藏內容(主要是解釋性提示),當用戶移動光標到或點擊(較少用)特定目標時會彈出。, 主要特點, , 它是靈敏的。當在大屏幕上查看時...。
  • Image Hotspot With Tooltip For WPBakery Page Builder (formerly Visual Composer) 》請查看我們最新的 WordPress 主題 - 100% 免費, 此外掛將在單個影像上添加無限的工具提示,用來顯示絕佳的熱點。適用於最新的 Visual Composer v5.2.x, 注意...。
  • Image Map Pro – Drag-and-drop Builder for Interactive Images – Lite 》Image Map Pro 是一個 WordPress 外掛,讓你可以建立互動影像。只需載入影像並在其上方繪製形狀 - 就是那麼簡單!, 功能:, , 自訂多邊形形狀(限制為1個), ...。
  • WP Wiki Tooltip 》此外掛可以添加解釋性的工具提示,其內容是從一個MediaWiki安裝中查詢,例如Wikipedia.org。因此,可以在文章和頁面中使用簡碼來標記關鍵詞並將其連結到公開...。
  • Woocommerce Product Hover Show ToolTip Info 》當使用者懸停時,顯示商品簡短描述的工具提示資訊,專為使用Woocommerce設計。, 請注意,如果未啟用Woocommerce外掛程式,此外掛程式將沒有任何效果;或者如...。
  • WordPress Tooltip 》 WordPress 提示氣泡插件允許您在文章和頁面上添加純文本和鏈接提示氣泡。, 它提供了一個 tinyMCE 短碼 GUI,將引導您完成提示氣泡的整個過程。, 此插件使用...。

文章
Filter
Mastodon