FMenu


Links & Webmaster Tools

This chapter discusses STEPBible's tools for churches and bloggers.

  •  Simple links to STEPBible
  •  How to add STEPBible in a simple Frame
    • Please be aware that STEPBible is not to be used for commercial purposes, so please do not include advertising or donation buttons on the same page as a STEPBible frame.
  •  Quick start HTML samples

You can integrate STEPBible tools into your website so users stay on your site while they study the text.

You could, for example:
  • display a text (verse, series of verses, chapters, etc.) in your preferred version
  • display a text or series of verses in many versions, such as ESV, NIV, etc, or in any of hundreds of languages eg: John.3.16 & Rom.3.23 in NIV English & Spanish 
  • list all the places a Hebrew or Greek word is used, highlighted in a translation eg: all the places where one finds agape and agapaw in John, in the ESV  
  • compare two translations and the differences between them marked in blue eg: Rom.5 according to the KJV and ESV
  • Examine the Hebrew or Greek underlying your text with word-by-word interlinear eg: Eph.6.18 in KJV with underlying Greek and grammar 


Simple links to STEPBible


STEPBible uses the URL as an API. This means you can simply copy the address line in your browser and make a link from it. The link can be as simple as:

<a href="https://www.STEPBible.org/?q=reference=John.3.16-20">John 3.16-20</a>

Notes: 
* To suppress the "Welcome" message, add &skipwelcome to the URL
* The first parameter is preceded by "?" and subsequent parameters by "&"
* To share URLs in Facebook etc, replace the sub-parameter marker "|" with "%7C"

EG if the URL is: 
this can be published or shared better as:



For more complex links, visit this page: How the STEPBible URL works.  



Top ⬆


How to add STEPBible in a simple Frame


STEPBible can fit on any web page of any size. By setting the size of the iframe, STEPBible will drop to a one or two column layout as appropriate.  To display only the left panel/column, use 765px maximum:

<iframe src="https://www.stepbible.org/" style="width:765px;" title="Iframe Example"> </iframe>

Here is an example from Redeemer Church in Croydon.


You can learn more about frames here and try out code here.

Eg, try:

<iframe src="http://www.STEPBible.org/?q=version=ESV|reference=John.3.16-20" width=800 height="600"></iframe>

Now try clicking on a word in the text. You have a fully functioning STEPBible in your website!



Top ⬆


PLEASE BE AWARE THAT STEPBIBLE IS NOT TO BE USED FOR COMMERCIAL PURPOSES, SO PLEASE DO NOT INCLUDE ADVERTISING OR DONATION BUTTONS ON THE SAME PAGE AS A STEPBIBLE FRAME.



Top ⬆


Quick start HTML samples


It is easy to experiment with Javascript and JQuery and build your own code at JS Fiddles.


Here are some example ideas:

These are hosted at JSFiddle.net where you can experiment with code and see what it does.

Just change the code and click on Run. When you have what you want, copy it to your page.


Top ⬆