Add the Bible to your website with a Bible search engine and a Bible download page. Our Bible search engine includes multiple selectable interfaces, allowing you to make it appear as simple or as complex as desired. The Bible downloads is included in the main application, but is also available as a separate shortcode for a separate page.
Keep your users on your website! Unlike similar plugins, Bible SuperSearch displays the Bible text directly on your website; your web users will not be redirected to a 3rd party website to view the text.
This is the official
Bible SuperSearch plugin. It allows for seamless use of the Bible SuperSearch client and API on any WordPress site.
This plugin pulls data from our API transparently. You also have the option to install our API on your server for complete autonomy.
NOTICE: PHP requirement change coming in Version 6.0. Minimum PHP version of this plugin will be set to equal WordPress's minimum PHP version (Currently 7.2).
Core Features
- Bible search engine
- Many Bible translations (enable only the ones you want)
- Look up multiple passages
- Random Chapter and Verse
- Limit search to specific sections or passages
- Search for all words, any word or whole phrase
- Search for words in nearby verses and not just all in the same verse
- Search by boolean expressions and regular expressions
- Verse proximity search: Find keywords in nearby verses
- Strong's number searches and Strong's definition hover dialogs (on Strong's enabled Bibles)
- Increase or decrease text size
- Changable text style
- Ability to copy, print and share Bible text
- Switch between verse mode and paragraph mode
- Advanced search
- Bible help and getting started dialogs
- Bible downloads dialog and shortcode allows downloading Bible text in various formats. The shortcode allows having downloads separate from the main Bible app.
- Selectable skins (interfaces) allow the Bible search to appear as simple or as complex as desizred
- Widget providing a small Bible search form.
- Bible downloads - ability to download public domain or non-commercial use only Bibles in several formats
This plugin communicates with the Bible SuperSearch API to retrieve data it needs to function.
Please see the Technical Details below for more information.
By installing and using this plugin, you agree to the
API Terms of Service.
Also see the
API Privacy Policy and
API full documentation
However, you have the option to install our API on your server, and run Bible SuperSearch entirely from your website.
https://www.biblesupersearch.com/downloads/
Technical Details
API
This plugin communicates with the Bible SuperSearch API to retrieve data it needs to function.
This data includes:
* Results for all Bible search queries
* List of available Bible translations
* List of available search types
* List of available shortcuts
* List of Bible books
* API Version
By installing and using this plugin, you agree to the
API Terms of Service.
Also see the
API Privacy Policy and
API full documentation
Client
This plugin is a wrapper around the official Bible SuperSearch client. This client is written in the Javascript framework
Enyo, and the code is minified. However, the source code can be seen in this GIT repository:
https://sourceforge.net/p/biblesuper/ui-d/ci/master/tree/
Directories
- wp - code specific to this WordPress plugin
- com_test - Bible SuperSearch client (minified)
- Click 'Install Now' on the plugin through the WordPress plugins screen, OR Unzip the plugin .zip file, then upload the
biblesupersearch
directory to the /wp-content/plugins/
directory.
- Activate the plugin through the 'Plugins' screen in WordPress.
- Configure the plugin settings. Admin menu => Settings => Bible SuperSearch
- Place
[biblesupersearch]
shortcode on any page or post
- Navigate to the page / post and see it in action.
Shortcodes include:
[biblesupersearch] - displays the main Bible SuperSearch application
These attributes override the settings on this plugin.
* interface - the name or ID of the skin to be used on the application.
For a complete list, and to see them in action, please visit
https://www.biblesupersearch.com/client/
* destination_url - URL to page or post where form will redirect to when submitted.
The destionation will need to have the [biblesupersearch] shortcode.
Set to '' to force to current page and override the 'Default Destination Page'
* formatButtons - Which formatting buttons to use? Options: default, Classic or Stylable
* navigationButtons - Which navigation buttons to use? Options: default, Classic or Stylable
* pager - Which pager to use? Options: default, Classic, Clean
[biblesupersearch_bible_list] - Displays a list of all Bibles available (even if not enabled)
Attributes:
* verbose - Displays some extra columns on the list of Bibles (true/false)
[biblesupersearch_downloads] - Displays the Bible downloads page
Attributes:
* verbose - Displays all Bibles, even if they are not downloadable. (true/false)