Add Verse of the Day

Add Verse of the Day to your website by following the instructions below.

1. Select a Bible you would like the Verse of the Day to appear from.

Select a Bible

2. (Optional) You may customize how the Verse of the Day will look like by selecting the options below.

Background Color
Font Color
Link Color

Font Size
Link Underline

3. Click the button below to generate the code for your Verse of the Day.

generate

4. Preview how the Verse of the Day will look like on your website.


5. Copy and paste the code below on your web page exactly where you want the verse to appear. You are finished, enjoy!

<script type="text/javascript" language="JavaScript" src="http://www.biblepub.com/labs/script/vod?b=nasb"></script><!-- alternative for no javascript --><noscript><iframe frameborder="0" width="100%" height="240px" scrolling="no" src="http://www.biblepub.com/labs/iframe/vod?b=nasb">View Verse of the day</iframe></noscript>

Below you will see an example of how the code can look like on a web page. Click here to see the page of the example below.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>My Verse of the Day</title>
</head>
<body>
<div style="text-align: center;">
Welcome to my Verse of the Day
</div>
<div style="text-align: center; margin-top: 50px;">
<script type="text/javascript" language="JavaScript" src="http://www.biblepub.com/labs/script/vod?b=kjv&lu=1"></script>
<!-- alternative for no javascript -->
<noscript>
<iframe frameborder="0" width="100%" height="240px" scrolling="no" src="http://www.biblepub.com/labs/iframe/vod?b=kjv&lu=1">View Verse of the day</iframe>
</noscript>

</div>
</body>
</html>