=== Truth ===
Contributors: UaMV
Donate link: http://wmpl.org/blogs/vandercar/give
Tags: bible, scripture, truth, verse, version, youversion, passage, christian
Requires at least: 3.1
Tested up to: 3.6.2
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Generates YouVersion links for Biblical scripture references
== Description ==
Generates links to [YouVersion](http://youversion.com "YouVersion") for scripture references found in posts, pages, comments, and text widgets. Bible version can be set on the 'Settings' > 'Reading' admin page. Shortcode allows override of default version. Option to disable auto-generation and use only shortcode.
View implementation and any current limitations of the plugin by viewing [WMPL articles](http://wmpl.org/articles "WMPL Articles").
Documentation is also outlined [here](http://wmpl.org/blogs/vandercar/wp/truth/ "Truth Documentation").
> **[truth]**
> **Description:** Link Bible reference to YouVersion.
> **Attributes:**
> version="_version abbreviation_" (use abbreviations as defined by YouVersion)
== Installation ==
1. Upload the `truth` directory to `/wp-content/plugins/`
1. Activate the plugin through the 'Plugins' menu in WordPress
== Screenshots ==
1. Set Bible Version
== Frequently Asked Questions ==
= What Bible versions can Truth link? =
* 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)
* 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)
= Can I display a pop-up bubble showing the text of the passage? =
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.
= 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 );`
== Changelog ==
= 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
== Upgrade Notice ==
= 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