The Verse Generator
In a continuing effort to bring quality resources to our users, StudyLight.org has developed the "The Verse Generator."
With this script you can generate to code to create popup windows similar to the one on the right. This will allow you to provide access to the verses you desire on your web page in the translation of your choice.
By following the instructions below you can generate the code needed to start providing more for your visitors to enjoy today.
In the text box below enter the verse reference you wish to display. Due to copyright restrictions, multi-book references cannot be created. Multi-chapter references are allowed but limited to the maximum number of verses stipulated by the copyright holder.
You can use the full book name, but the standard abbreviation is preferred. If you are unsure of the standard abbreviation for a certain book, click here to display a handy list of book names.
|
TWO STEPS TO INSTALLING THIS VERSE CODE:
- Add the JavaScript TAG within the HEAD section of the document.
- Add the verse code into the BODY of HTML document
STEP ONE: Add the following JavaScript TAG within the HEAD section of the document (Note: This is only required once per page.)
<script LANGUAGE="Javascript" SRC="http://www.studylight.org/jscripts/verses.js"></script>
STEP TWO: Add the following verse code into the appropriate spot in your web page.
<a href="http://www.studylight.org/desk/?query=joh+3:16&sr=1&t=nas&l=en" onClick="versedisplay('http://www.studylight.org/desk/verses.cgi?query=joh+3:16&t=nas&l=en&style=vs&scheme=honeydew'); return false" TARGET="versebox">John 3:16</a> (NAS)
Below is a working copy showing how the link in your code will display.
John 3:16 (NAS)
| |