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

Bible Embed

外掛說明

Coming Soon!!!! Version 2.0.

With 2.0 you will have the ability to install the bible directly into your website, no external API calls.

And better yet, no more API keys!!!!

Yea!!!!!

The Bible Embed plugin for WordPress
Using an API from Biblia.Com this plugin embeds the bible right into your pages and posts, or anywhere you want.

Please note that this plugin requires an API Key from Biblia.Com.

  1. If you don’t already have an account with Logos.Com click here to register with Logos. You will need it to register you website with Biblia.com.
  2. Click this link to register for a Biblia.Com API key!

Shortcode Usage Example

Here I will demonstrate how to use the shortcode.

Simple Usage

[bible passage="Jn 3:16"]

Advanced Usage

[bible passage="John 3:15-18" version="KJV" shownum="no" 1vpl="no" versesep="div" sepclass="bible-verse"]

Parameters

  • passage (is the bible passage that you want to display.)
  • version (is the bible translation that you want to use, default is KJV.)
  • shownum (show the verse numbers (yes or no), default is no.)
  • 1vpl (one verse per line (yes or no), default is yes.)
  • versesep (is the html element that wraps a single verse, default is the ”<p>” tag.)
  • sepclass (is the verse wrapper css class.)

Lang

Currently this plugin is only in English, however, if anyone would like to translate it into another language please contact me at josh@joshuawieczorek.com. The contribution would be greatly appreciated.

螢幕擷圖

  • screenshot-1.jpg
  • screenshot-2.jpg
  • screenshot-3.jpg

安裝方式

  1. Upload the bible-embed.zip file to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins Manager in WordPress
  3. Register your website with Biblia.Com to recieve an API key.
  4. Go to Dashboard > Settings > BibleEmbed and enter your API key.

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

Version 0.0.4

Changed output text on archive pages.

Version 0.0.3

Speed up pageload by restricting API calls to only single pages and posts, it will just display the passage reference on archive pages.

Version 0.0.2

Initial plugin release.