這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Bible Verses References

外掛說明

If you have a blog where you write about theology, there are certainly several biblical references to support your argument. You can’t quote all the texts in full because search engines can punish your blog’s SEO for containing copied texts.

If you leave only the Biblical references, they are often ignored by users, as many do not have the time or willingness to look up each of the Biblical references.

Thinking about solving this problem, what this plugin does is a scan of all references present in your text and adds an ABBR tag containing the text of the quoted verse.

When the user hovers over the mouse, a popup will open containing the biblical text. That way, the usability of your Christian blog will be much better and your users will thank you.

Supported reference formats

  • João 3:16 parses a single verse
  • 1 John 5:11-12 parses two verses separated with hyphen
  • I John 5:11,14-15 parses a verse followed by a range separated with comm
  • Romanos 7:25-8:1 parses two chapter/verse pairs separated with hyphen
  • Romanos 12:1,2 parses two versions separated with comma
  • Rm 12:1-2,4,13
  • Rm 12:1-2,4,13;13:2;14:2-4,6

About the operation

The plugin extracts, through regex, the biblical references present in the posts, then a tag is added highlighting the biblical reference to indicate to the user the need to hover. As soon as the user hovers over the reference or taps on the cell phone, a request is made to our API, where the biblical text is returned.

At the moment, there is no need for extra configuration, nor is it necessary to edit your posts to flag or edit the references, as seen in other plugins with the same proposal.

Operation is completely automated.

螢幕擷圖

  • In this example, the plugin captured the biblical reference in this format.
  • As you can see, several formats are easily identified by the plugin.
  • Select the translation for the biblical text. We provide 3 translations in several languages.

安裝方式

From inside the panel (recommended)

  1. Navigate to DashboardPluginsAdd New;
  2. Search for WP Custom Code;
  3. Click Install, then Activate.

Manual Installation

  1. Download the plugin as a .zip file;
  2. Unzip the downloaded file and upload the bible-verses-reference folder to the /wp-content/plugins/ directory
  3. Navigate to DashboardPlugins and activate the plugin.

常見問題集

What is the bible translation version of the plugin?

The version used is João Ferreira de Almeida

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Bible Verses References〉的開發相關工作。

參與者

將〈Bible Verses References〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.2

  • chore: writing error in the translation function;
  • translation: complete translation in pt_BR;

1.1.1

  • improvements: now the popup arrow is not misaligned;
  • improvements: greater precision when searching for references;
  • chore: add icon to indicate reference with available popup;

1.1.0

  • refactor: regex update for get more reference;
  • feat: Added settings page to select translation;
  • chore: update translation pt_BR.

1.0.0

  • Initial version