The Bible Embed plugin for WordPress
Using an API from
Biblia.Com this plugin embeds the bible right into your pages and posts, or anywhere you want.
Please note that this plugin requires an API Key from
Biblia.Com.
- If you don’t already have an account with Logos.Com click here to register with Logos. You will need it to register you website with Biblia.com.
- Click this link to register for a Biblia.Com API key!
Shortcode Usage Example
Here I will demonstrate how to use the shortcode.
Simple Usage
[bible passage="Jn 3:16"]
Advanced Usage
[bible passage="John 3:15-18" version="KJV" shownum="no" 1vpl="no" versesep="div" sepclass="bible-verse"]
Parameters
- passage (is the bible passage that you want to display.)
- version (is the bible translation that you want to use, default is KJV.)
- shownum (show the verse numbers (yes or no), default is no.)
- 1vpl (one verse per line (yes or no), default is yes.)
- versesep (is the html element that wraps a single verse, default is the ”<p>” tag.)
- sepclass (is the verse wrapper css class.)
Lang
Currently this plugin is only in English, however, if anyone would like to translate it into another language please contact me at josh@joshuawieczorek.com. The help would greatly appreciated.
Version 0.0.3
Speed up pageload by restricting API calls to only single pages and posts, it will just display the passage reference on archive pages.
Version 0.0.2
Initial plugin version.