Hi
I am trying to use the Biblia.com embedded bible in our WordPress website todayscriptures.com. I placed the html code given on your site in a WordPress page, but it doesn't produce any output. Could someone help me fix this issue? Would appreciate any assistance. Thanks.
HTML Code in My New WordPress Page.
<!-- Embedded Bible. https://biblia.com/plugins/embeddedbible --><biblia:bible layout="normal" resource="esv" width="400" height="600" startingReference="Ge1.1"></biblia:bible><!-- If you’re including multiple Biblia widgets, you only need this script tag once --><script src="//biblia.com/api/logos.biblia.js"></script><script>logos.biblia.init();</script>
Regards,
Chris Immanuel
Can you point me to a page on your site where you have tried to use the Embedded Bible?
David Mitchell Development Lead Faithlife
Dear David,
Sorry for the delayed reply. The page I am trying to use the Embedded Bible is http://www.todayscriptures.com/biblia/
The code I have given is
<!-- Embedded Bible. https://biblia.com/plugins/embeddedbible --><biblia:bible layout="normal" resource="kjv" width="400" height="600" startingReference="Ge1.1"></biblia:bible><!-- If you’re including multiple Biblia widgets, you only need this script tag once --><script src="//biblia.com/api/logos.biblia.js"></script><script>logos.biblia.init();</script>
Moreover, if you need access to my website i can send you the login details to your mail ID if required.
It appears that you've left out the `biblia:` prefix on your Bible element.
Thank you very much. It works.
Please note that the Verse of the Day plugin is working on mobile devices, however, the Embedded Bible Plugin is not working. Is there any code to be tweaked for it to work.