I'm trying to paste an html code into a website builder called wix, but nothing seems to work. This is the code that I copied and pasted into the application:
<!-- Verse of the Day. http://biblia.com/plugins/verseoftheday --><biblia:verseoftheday resource="esv" width="300" height="250" singleImage="false" theme="imagebased" variant="dark"></biblia:verseoftheday>
I also tried putting it into http://jsfiddle.net/ It indicates that the code is valid, but it doesn't show the app working.
Any suggestions from anyone?
You must also include the script tag that is shown on the plugin page. If you cannot include a script tag on your site, then you can choose "single image mode".
David Mitchell Development Lead Faithlife
Got it. Works great! Thanks for the quick response.
Mark
Hi David,
I'm having a similar problem but I'm hoping you might have a solution for me. The coding for "single image mode" works great on our website. We use a CMS based site from Squarespace.
However what I really want to display is the "textual" based Verse Of The Day. The problem with that is it creates two different types of code for me to insert and it won't display.
Is there a way to get the textual based VOTD written in the same code that you've created for "single image mode?"
Thanks! k- Greg
I haven't used SquareSpace before, but I signed up for an account this morning; here's what I figured out. Rather than Verse of the Day, I included our new Bible Verse widget, but these instructions should work for any of our widgets.
1. Go to "Settings" and then "Code injection"
2. Insert the Biblia script
3. Remove the 'http:' from the beginning of the src attribute
4. Go to one of your pages and insert a code block
5. Insert the plugin element
David Mitchell: You must also include the script tag that is shown on the plugin page. If you cannot include a script tag on your site, then you can choose "single image mode".
Good day, I am struggling to identify the script tag that is shown on the plugin page. If you can please help with the entire code which includes the script tag.
This is the code I used!
<!-- Bible Verse. https://biblia.com/plugins/BibleVerse --><biblia:bibleverse theme="header" resource="esv" width="500" reference="Ge1.1"><blockquote style="width:500px;">In the beginning, God created the heavens and the earth. — <a target="_blank" href = "https://biblia.com/bible/esv/Ge1.1">Ge 1:1</a></blockquote></biblia:bibleverse><!-- 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>