BibleGateway.com Search Box Missing Field; Not Working Correctly
-
I added BibleGateway.com’s search box to my blog yesterday, using the code from their page at: http://www.biblegateway.com/usage/. However, if you compare the search box on their page to the one on my blog, you’ll see that the field into which you type what you’re searching for does not appear on my blog, which renders the search box useless. Clicking on the search box just takes you to their home page. The point of the search box is to be able to search the Bible for whatever you type in, but there’s no place to type it in. BibleGateway.com says the code is correct, and it must be a WordPress issue. Can anyone help?
The blog I need help with is: (visible only to logged in users)
-
This is an easy question to answer. Simply look at the code.
<script type=”text/javascript” language=”JavaScript” src=”http://www.biblegateway.com/votd/votd.write.callback.js”>
</script>
<script type=”text/javascript” language=”JavaScript” src=”http://www.biblegateway.com/votd/get?format=json&version=NIV&callback=BG.votdWriteCallback”>
</script>
<!– alternative for no javascript –>
<noscript>
<iframe framespacing=”0″ frameborder=”no” src=”http://www.biblegateway.com/votd/get?format=html&version=NIV”>View Verse of the Day</iframe>
</noscript>It’s JavaScript and we cannot use it on any free hosted WordPress.com blog for security reasons.
http://en.support.wordpress.com/code/ -
-
- The topic ‘BibleGateway.com Search Box Missing Field; Not Working Correctly’ is closed to new replies.