Add Bible Search Engine

Add the Bible Search Engine to your website by following the instructions below.

1. Select a layout that fits your needs.



2. Select search Bible.

Choose default Bible to search from
Add a list with all Bibles from BiblePub

3. Select search logo.

Powered by BiblePub
Powered by BiblePub

4. (Optional) You may customize how the Bible Search Engine will look like by selecting the options below.

Background Color
Font Color
Link Color

Font Size

5. Click the generate button to generate the code for your Bible Search Engine.

generate

6. Preview how the Bible Search Engine will look like on your website.


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

<script type="text/javascript" language="JavaScript" src="http://www.biblepub.com/labs/script/search?l=v&amp;b=nasb&amp;lo=i"></script><!-- alternative for no javascript --><noscript><iframe frameborder="0" width="100%" height="240px" scrolling="no" src="http://www.biblepub.com/labs/iframe/search?l=v&amp;b=nasb&amp;lo=i">View Bible Search Engine</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 Bible Search Engine</title>
</head>
<body>
<div style="text-align: center;">
Welcome to my Bible Search Engine
</div>
<div style="text-align: center; margin-top: 50px;">
<script type="text/javascript" language="JavaScript" src="http://www.biblepub.com/labs/script/search?l=v&b=nasb&lo=i"></script>
<!-- alternative for no javascript -->
<noscript>
<iframe frameborder="0" width="100%" height="240px" scrolling="no" src="http://www.biblepub.com/labs/iframe/search?l=v&b=nasb&lo=i">View Bible Search Engine</iframe>
</noscript>

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