Randy posted an update in the group
Biblefox Development: 1 year, 5 months ago · View
I was trying to add a bible translation, but I can’t understand the instructions.
This is my URL: http://www.biblegateway.com/versions/New-King-James-Version-NKJV-Bible/
I guess that it needs to be modified?? with ”%ref%” or this ”%book%”
I don’t understand the example, could you give me an example using my URL?
I am very impressed with your plugin, it worked right out of the box, it is the only part of BuddyPress that did.
Thanks in advance for any help
Sure thing, going to that URL you mentioned you can see the table of contents, so you can just click on Genesis 1 for example and it goes to this URL:
http://www.biblegateway.com/passage/?search=Genesis+1&version=NKJV
That is the URL you want to use, just replacing Genesis+1 with %ref%, so you would use:
http://www.biblegateway.com/passage/?search=%ref%&version=NKJV
It is kind of confusing, I know.
Also, Bible Gateway has a print interface which looks much nicer in iframes, so I would use that. Just add ”&interface=print” to the URL, so use this URL instead:
http://www.biblegateway.com/passage/index.php?search=%ref%&version=NKJV&interface=print
And they also have a mobile interface which looks nice too:
http://mobile.biblegateway.com/passage/index.php?search=%ref%&version=NKJV
That worked great, and now that I know how to do it, I understand the instructions, its obvious.
I liked the print interface it has less links.
When we get our theme working I’ll stop back and show off.
Thanks so much for the plugin and the help.