开发者 | chaselivingston |
---|---|
更新时间 | 2014年9月4日 21:51 |
PHP版本: | 3.8.1 及以上 |
WordPress版本: | 4.0.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[bible]
shortcode to parse Bible references and create links for them back to http://bible.com. Currently it supports single verses only, and links to the ESV translation.
Usage example: [bible]John 3:16[/bible]
would create a link to Bible.com that looks like https://www.bible.com/bible/esv/john.3.16.esv
Repo on GitHub: https://github.com/chaselivingston/biblelink
biblelink.php
to the /wp-content/plugins/
directory[bible]Reference[/bible]
syntax in a post or a page to create the link, where Reference is a reference to a single Bible verse.Don't put a space between the number and book name. For example, [bible]1Samuel 1:1[/bible]
will work, but not [bible]1 Samuel 1:1[/bible]
.
Example: [bible]John 3:16[/bible]
would create a link to John 3:16 at http://bible.com.