read-the-bible.com
Read The Bible
Read The Bible uses licensed
technology for web feeds developed by The Cyber Web Inc for data
streaming and syndication of content. This technology makes
adding content as simple as ever. Anyone can add hundreds of
pages to their website by adding a simple streaming code to any
single page.
To add the Bible version you
want to share simply copy and paste the code for that version to
your webpage. Make sure you add the code to the HTML of your page
and not the normal page text. If the code appears as displayed,
you did it wrong. It should appear just like our Bible sample page. If you have trouble adding th code, save our
sample page and upload it to your website. You can editthat page
with any WYSIWYG editor to remove our page content and add your
own.
(Limited versions are
available untill more are formated and added to the Bible
Streamer)
New Testament King
James Version - [ Sample
]
<script type="text/javascript"><!--
var server="http://read-the-bible.com/biblefeed.cgi?";
var que = (location.search);
var bookcode = "bible";
var ebook = '&ebook=' + 'new-testament';
document.write('<script type="text/javascript" src="'
+ server + que + ebook + '"></scr'+'ipt>');
//--></script>
Old Testament King
James Version - [ Sample
]
<script type="text/javascript"><!--
var server="http://read-the-bible.com/biblefeed.cgi?";
var que = (location.search);
var bookcode = "bible";
var ebook = '&ebook=' + 'old-testament';
document.write('<script type="text/javascript" src="'
+ server + que + ebook + '"></scr'+'ipt>');
//--></script>
|