內容簡介
Simple Bible Verse via Shortcode 允許您使用簡單的經文參考來顯示整段經文。縮短碼 "reference" 參數被傳送到 http://phpBible.org 進行處理,並通過json返回所參考的經文或章節的純文本副本。http://phpBible.org成立已有13年,並為人們提供可下載的腳本,以安裝在他們自己的網站上。它已被數百個教會、事工和私人網站擁有者使用。它的功能已重新聚焦於為網站擁有者提供聖經功能,因此推出了此外掛。
簡單縮短碼使用方法
[verse reference="John 3:16"]
使用示例
顯示兩節經文...
[verse reference="John 3:16,17"]
或者如果寫整個單詞 "reference" 簡直太累了的話...
[verse ref="John 3:16,17"]
顯示一系列經文...
[verse reference="John 3:16-18"]
顯示整章...
[verse reference="Psalm 3"]
將引文作為指向 http://phpBible.org 的連結...
[verse reference="John 3:16" link="true"]
此插件將縮短碼轉換為段落標籤 (<p></p>) 內的引文,因此可以使用常規的 WordPress 工具,如引用、粗體或斜體來樣式化文本。使用顏色必須將容器標籤設置為 "span"、"false" 或 "0"。
參數
reference -一個經文、幾個經文或整章的參考(如 "詩篇23")。某些書籍簡寫是被接受的。在發布文章之前,請始終檢查結果。
ref -同上面的 'reference'
container -您希望引文包含在其中的 HTML 標籤。默認為“p”(使用 <p></p>),“false”或“0”將不使用容器標籤。
link -連結到 phpBible.org 上的經文進行更詳細的研究。
外掛標籤
開發者團隊
② 後台搜尋「Simple Bible Verse via Shortcode」→ 直接安裝(推薦)
原文外掛簡介
Simple Bible Verse via Shortcode allows you to use just a simple verse reference to then display the entire passage. The shortcode “reference” parameter is sent to http://phpBible.org to be processed and a plain text copy of the verse or passages referenced is returned via json. http://phpBible.org was created 13 years ago and provided a downloadable script for people to install on their own sites. It has been used by hundreds of churches, ministries and private site owners. It’s function has been refocused on providing Bible functionality to site owners, thus this plugin.
Simple Shortcode Usage
[verse reference="John 3:16"]
Example Usage
Displays two verses…
[verse reference="John 3:16,17"]
Or if writing the entire word “reference” is simply too exhausting…
[verse ref="John 3:16,17"]
Display a series of verses…
[verse reference="John 3:16-18"]
Display the entire chapter…
[verse reference="Psalm 3"]
Make the reference a link to the passage at http://phpBible.org…
[verse reference="John 3:16" link="true"]
This plugin converts the shortcode into the verse inside paragraph tags (
) therefore the text can be styled using the normal WordPress tools like blockquote, bold or italics. To use colors you must set the container tag as “span”,”false” or “0”.
Parameters
reference -a reference to a verse, several verses or an entire chapter (as in “Psalm 23”). Some book abbreviations are acceptible. Always check the result to see before publishing your post.
ref -same as ‘reference’
container -the html tag you want the verse contained in. Default is “p” (which uses
) “false” or “0” will use no container tag..
link -link the reference to the passage at phpBible.org for a more detailed study.
