RandomVerse
~ Webmaster Resource ~
About RandomVerse (top)
RandomVerse is a service that can provide your web site or homepage with a different Bible passage every click! - with total freedom of appearance, free of charge. Two examples of RandomVerse are shown below (click refresh/reload to see the verses change randomly):
The format of RandomVerse (top)
RandomVerse, like Verse4Today, quotes from various translations of the Bible - either the NIV, the ESV, the KJV, the RSV, the NASB, The Message translation, or the J.B. Phillips Translation.
Generally speaking the NIV and ESV are used the most and the translation used for each verse is chosen based on clarity of understanding and ease of use as an in-context quote (i.e., where one translation will say "He said: '...'" another will give "his" name, such as: "God said '...'", providing a better context for the verse).
In general, RandomVerse will aim to be one or two sentences in length of self-explanatory, in-context Bible quotes, and at any given time there will be a pool of approximately 20-30 verses from which the passage is chosen (this allows very good possibility that the same passage will not be viewed twice by the one visitor, and is also not too slow). The pool of verses are changed daily.
The text of RandomVerse is divided into five classes giving you the freedom to present the verse as you wish (see "altering the appearance" for more information).
New - even more customisation available! (top)
1way2God.net now offers even more freedom in your use of RandomVerse. As well as the existing RandomVerse function of providing a collection of quality choices of passages from the Bible, you can now refine the types of passages that appear.
Select the type of passages
The passages are grouped according to their content - some are focussed on gospel passages (perfect for an outreach site where the viewers need the basics rather than the mini-sermons). There is also the option to receive passages focussing on the Christian life (perfect for a devotion-focussed or Christian encouragement site). Similarly, you can choose passages that speak of wisdom or focus on the glory of God, or any combination of these groups.
Select the length of the passages
You can select the approximate length of the passage. They are basically grouped into "short", "middle" and "long". Short would be a concise statement, long would be a couple of sentences, middle is somewhere in-between.
Select the memorability of the passages
The passages are also loosely grouped according to how 'memorable' they are. This is a way of distinguishing the passages that are easily memorable and understood (e.g., John 3:16) from those that are less concise, or less clear, though still eminently worthy of quotation (e.g., Mark 1:15). Of course, if you choose the 'less memorable' you will get a much wider range of verses (including the more memorable ones), whereas if you only choose the more memorable, there will be greatly fewer verses for the program to choose from.
Choose your RandomVerse
I've provided a range of options ready-to-go below, but if you want something different, simply email me and I'll set it up (it doesn't take much effort to add more - it's pretty much all automated). The only reason I haven't put every conceivable option up, is because that would mean uploading 124 different scripts!
You can also view statistics about the verses available and how they've been sorted and grouped here.
Add RandomVerse to your Site (top)
If you would like to add RandomVerse to your web site or home page, simply follow the four steps outlined below:
|
1. Choose which version of RandomVerse you would like to use, and copy and paste the associated code onto the appropriate place in the HTML of your page, treating it as the passage itself:
| Script Description | Code to Copy (in red) and An Example Passage |
Original RandomVerse
Genres: All
Lengths: All
Memorability: All
|
<script language="JavaScript1.2" src="http://www.1way2god.net/randomverse.js"></script>
|
| Example Passage:
|
Gospel Focussed
Genres: Gospel
Lengths: Short and Middle
Memorability: Most and Very
|
<script language="JavaScript1.2" src="http://www.1way2god.net/rv_gospel_2_2.js"></script>
|
| Example Passage:
|
Christian Living
Genres: Christian Living
Lengths: All
Memorability: All
|
<script language="JavaScript1.2" src="http://www.1way2god.net/rv_cl_3_3.js"></script>
|
| Example Passage:
|
Wisdom
Genres: Wisdom
Lengths: All
Memorability: All
|
<script language="JavaScript1.2" src="http://www.1way2god.net/rv_wisdom_3_3.js"></script>
|
| Example Passage:
|
RandomVerse Tops
Genres: All
Lengths: Short and Middle
Memorability: Most and Very
|
<script language="JavaScript1.2" src="http://www.1way2god.net/rv_tops.js"></script>
|
| Example Passage:
|
RandomVerse Absolute Tops
Genres: All
Lengths: Short and Middle
Memorability: Most
|
<script language="JavaScript1.2" src="http://www.1way2god.net/rv_abs_tops.js"></script>
|
| Example Passage:
|
Gospel Tops
Genres: Gospel
Lengths:Short and Middle
Memorability: Most and Very
|
<script language="JavaScript1.2" src="http://www.1way2god.net/rv_gospeltops.js"></script>
|
| Example Passage:
|
Gospel Short
Genres: Gospel
Lengths:Short
Memorability: Most and Very
|
<script language="JavaScript1.2" src="http://www.1way2god.net/rv_gospelshort.js"></script>
|
| Example Passage:
|
| |
2. Copy and paste the following code between the "<head>" and "</head>" tags on your page:
| |
3. If you want to, alter the appearance of RandomVerse by changing the values in the style definitions from step 2 (see altering the appearance for more information), and please consider linking to this site from yours (though this is not required).
| |
4. Send a (blank) email to rv-notification@1way2god.net so that you can be informed of any changes to the service (this is highly recommended). I won't use your email for anything other than letting you know of changes to the service. (I've had to send a notificationary email once in two years - but it was important!)
|
Altering the appearance (top)
You are allowed total freedom with the way you present the verse - you just have to be respectful.
To alter the appearance, you simply change the values in the "<style>" definition section of your page (the code you pasted in step 2) to your liking. You can alter font, font-size, font-color, font-weight etc. in this way, although it is asked that all text is presented clearly and in a respectful manner.
- When you change the values following ".rvpssg" you will change the appearance of the quoted verse itself.
- When you change the values following ".rvref" you will change the appearance of the passage reference.
- When you change the values following ".rvbotline" you will change the appearance of the bottom line of RandomVerse ("RandomVerse from 1way2God.net"), but this will not change the appearance of the words "RandomVerse" or "1way2God.net".
- When you change the values following ".rvrv" you will change the appearance of the word "RandomVerse" in the bottom line.
- When you change the values following ".rv1w2g" you will change the appearance of the word "1way2God.net" in the bottom line.
If you're totally lost or want more information on the different values you can use, see here.
|