Changeset 2243812
- Timestamp:
- 02/13/2020 10:52:33 AM (6 years ago)
- File:
-
- 1 edited
-
bible-online-popup/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bible-online-popup/trunk/readme.txt
r2243006 r2243812 5 5 Tested up to: 5.3 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 16 16 Inspired by many similar popping up embedded scripts for Bible verses, Bible Online Popup adds an ability for easily converting Bible references like Jhn. 3:5 or John 3:5-7 into a hoverable link, so when mouse is over, it shows a pop-up frame with corresponding Bible verse and a link for reading more it on BibleOnline.ru website. 17 17 18 To create such a reference, just write Bible verse short name, select it in the editor and click blue button "Make a Bible Popup from selection" in the toolbar, so it wraps selection in [bible_popup]shortcode.18 To create such a reference, just write Bible verse short name, select it in the editor and click blue button "Make a Bible Popup from selection" in the toolbar, so it wraps selection in `[bible_popup]` shortcode. 19 19 20 You can also create references manually, by using [bible_popup]shortcode.20 You can also create references manually, by using `[bible_popup]` shortcode. 21 21 22 22 Examples: 23 23 24 * [bible_popup]John 3:5-7[/bible_popup]25 * [bible_popup query="John 3:5-7"]some text[/bible_popup]26 * [bible_popup trans="kjv"]John 3:5-7[/bible_popup]24 * `[bible_popup]John 3:5-7[/bible_popup]` 25 * `[bible_popup query="John 3:5-7"]some text[/bible_popup]` 26 * `[bible_popup trans="kjv"]John 3:5-7[/bible_popup]` 27 27 28 28 ### Improtant notice - known issues
Note: See TracChangeset
for help on using the changeset viewer.