Quote:
Originally Posted by justasiam
That would be SWEET. Let me know when you do this and I will remove this one.
This one is nice, but it has a shortcoming. If somebody puts a book and chanpter in their post without a verse number, it does not link it up. Also, if the verse posted contains too much text, it only displays part of it and links to the web for more.
I would love it if the "more" link would just expand the popup to show the rest.
|
You can get it to tag chapters by using something like this in your added script:
HTML Code:
settings: {
bibleVersion: "KJV",
roundCorners: true,
tagChapters: true
}
When you add the line:
HTML Code:
tagChapters: true
make sure to add a comma to the end of the setting above it.
Now as far as adjusting the length of the text shown in the tooltip popup, I don't see any way to alter that, unfortunately.