Plugin Directory

Changeset 2243812


Ignore:
Timestamp:
02/13/2020 10:52:33 AM (6 years ago)
Author:
maksimkuzmin
Message:

Updated readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bible-online-popup/trunk/readme.txt

    r2243006 r2243812  
    55Tested up to: 5.3
    66Requires PHP: 7.0
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    1616Inspired 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.
    1717
    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.
     18To 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.
    1919
    20 You can also create references manually, by using [bible_popup] shortcode.
     20You can also create references manually, by using `[bible_popup]` shortcode.
    2121
    2222Examples:
    2323
    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]`
    2727
    2828### Improtant notice - known issues
Note: See TracChangeset for help on using the changeset viewer.