이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Truth

설명

The Truth plugin will scan the content of your posts, pages, comments, and widgets for references to Bible verses and can generate two types of links from these references.

bibles.org

Truth utilizes the Global Bible Widget from The Global Bible Project to generate links that, when clicked, will display a modal containing the verse that has been referenced. The following Bible versions are currently supported:

  • Amplified Bible (AMP)
  • Contemporary English Version (CEV)
  • Contemporary English Version (Anglicised) 2012 (CEVD)
  • English Standard Version (ESV)
  • Good News Translation (US Version) (GNTD)
  • King James Version, American Edition (KJVA)
  • King James Version with Apocrypha, American Edition (KJVA)
  • New American Standard Bible (NASB)
  • New International Version (NIV)
  • New Revised Standard Version (NRSV)
  • Good News Bible (Anglicised) 1994 (GNB)
  • Good News Bible (Anglicised) Catholic Edition 1994 (GNB)

YouVersion

Truth can also generate links to YouVersion. When using YouVersion, a shortcode allows override of the default Bible version. There is also an option to disable auto-generation of links and use only the shortcode. The following Bible versions are currently supported:

  • Amplified Bible (AMP)
  • American Standard Version (ASV)
  • Common English Bible (CEB)
  • Contemporary English Version (CEVUS06)
  • Catholic Public Domain Version (CPDV)
  • Darby Translation 1890 (Darby)
  • Douay Rheims (DRA)
  • English Standard Version (ESV)
  • Good News Bible (GNB)
  • GOD’S WORD Translation (GWT)
  • Good News Translation (GNT)
  • Holman Christian Standard Bible (HCSB)
  • King James Version (KJV)
  • The Message (MSG)
  • New American Standard Bible (NASB)
  • New Century Version (NCV)
  • New English Translation (NET)
  • New International Reader’s Version (NIRV)
  • New International Version (NIV)
  • New King James Version (NKJV)
  • New Living Translation (NLT)
  • New Revised Standard Version (NRSV)
  • Orthodox Jewish Bible (OJB)
  • Tree of Life Bible (TLV)
  • World English Bible (WEB)
  • La Palabra (BLPH)
  • La Bilia de las Americas (LBLA)
  • Nueva Versión Internacional (NVI)
  • Biblia Reina Valera 1960 (RVR60)

View an implementation of the plugin here.

스크린샷

  • Global.Bible Widget Settings

설치

  1. Upload the truth directory to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure settings on the ‘Settings’ > ‘Reading’ admin page.

FAQ

Can I display a pop-up bubble showing the text of the passage?

As of Truth v2.0, you can display a modal when utilizing Bibles.org Highlighter as your Bible service. Due to the Terms of Use for YouVersion and lack of an API, the plugin is not able to publicly display works based on YouVersion.

How do I define my shortcode?

[truth version=”nkjv”]2 Corinthians 1:20[/truth]

Can the Truth plugin be used on a multisite install?

Yes. Upload truth.php to /wp-content/mu-plugins/ (auto-enables use on every site) or upload the truth directory to /wp-content/plugins/ and manage through your plugin menu.

How do I authorize use on all sites of a multisite install?

In the plugin file (line 22), set define( TRUTH_AUTH_ALL, TRUE );

후기

2023년 12월 29일
I've been using this plugin a long time, and it generally works well. But it still has issues with being applied too broadly, as mikedev noted 10 years ago. The plugin incorrectly attempts to make a hyperlink when it finds the (extremely common) verb is followed by any number. This happened to me in phrases like these: ... water is 1,000,000× more valuable ... This video is 30 minutes of fun ... When I came across these broken hyperlinks, it took a while to figure out where they were coming from. Obviously the plugin is interpreting is as Isaiah.
2018년 8월 26일 1 reply
Unlike bVverse which really hits performance. But can't give it five stars because multiple references fail. In (Gen. 6:11-13, 19-20; 7:21-23) only Gen. 6:11-13 works.
2016년 9월 3일 1 reply
Trying to start using, but with WP 4.6: installation failed. Any experiences ?
2016년 9월 3일 2 replies
I updated from 1.7 to 2.0 tonight and there was a conflict that crashed my site. I have not determined as of yet which other plugin if any in combination with 2.0 that created this result. In the meantime I down graded back to version 1.7 till I can figure out the cause. This is a wonderful plugin and very much appreciated. The ability to curtail each verse reference in the NASB version our church uses is a big plus. Thank you
2016년 9월 3일 1 reply
Greetings, I've used this plugin in the past and it has always worked great. However, it does not work with WP 4.4.2. Suggestions?
2016년 9월 3일 1 reply
Just what our church website needed! For consecration this year we put our daily reading list of bible verses on our website. With this plugin our members can easily view and read their bible verses each day. Our members are very pleased! Thank you to the developers for helping us connect with the bible.com so easily. Thank you for blessing is with this plugin!
모든 9 평가 읽기

기여자 & 개발자

“Truth”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Truth”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.6

  • Fix fatal error

2.5

  • Fix for linking non-default Bible version in shortcode
  • Added NRSV to available YouVersion translations

2.4

  • Necessary migration form bibles.org Highlighter to Global.Bible Widget
  • Removed unsupported version in Global.Bible

2.3

  • URL fix for YouVersion links

2.2

  • Added Bible Highlighter option to target specific DOM ids for instances when reference is not identified.
  • Added delayed review prompt on Reading Settings screen.

2.1

  • Fix for fatal error. Files were not uploaded to repository. Breaking sites. Sorry!

2.0

  • Added support for modal display of verses via bibles.org highlighter
  • Rebuilt codebase.

1.7

  • Remove filters when using WordPress Front-End Editor

1.6

  • Readme edit

1.5

  • Fix for Good News Bible version
  • Marked compatibility with WP 3.8
  • Added information notices
  • Readme edits

1.4

  • Author, plugin, and giving URI edits
  • Enables validator for outbound link generation

1.3

  • Restricts unwanted regex matches.
  • Adds option for link target.

1.2

  • Added options for appending version to shortcode.
  • Added support for spanish versions.

1.1

  • Fixed regex match bug.
  • Added capability to match single chapter reference.
  • Added option to disable auto-generation of links.

1.0

  • Initial Release