By default RefTagger will tag only the bare Bible references on your site. If a Bible reference is already linked to Bible.Logos.com or another online Bible site, RefTagger will ignore it. So you won’t get the cool tooltips to show up on references you’ve already linked manually.
We’ve received some feedback from people who want to be able to link Bible references to Bible.Logos.com and have RefTagger add the tooltips, so we’ve decided to add support for it. It also works with Ref.ly links, which is perfect if you syndicate your Twitter feed to your blog.
Here are a couple of examples:
- Ro 8:28 (linked to http://bible.logos.com/passage/Ro8.28)
- Jn 3:16 (linked to http://ref.ly/Jn3.16)
All you need to do to enable this new functionality is add one additional line of code to the RefTagger script code in the footer of your site. Simply add
Logos.ReferenceTagging.lbsConvertHyperlinks = true;
to the RefTagger JavaScript code anywhere before the line
Logos.ReferenceTagging.tag();
This will tell RefTagger to add tooltips to all of the Bible references that are hard linked to Bible.Logos.com or Ref.ly.
Why would you want to do this? Well, since RefTagger uses JavaScript, Bible references in your site’s feed don’t get linked because the JavaScript code runs only on your site, not in your readers’ feed reader (e.g., Google Reader or Bloglines). If you want your Bible references to be linked in your feed, you’ll have to link them manually (or use this hack to save a little time). Before, you had to choose between linking your Bible references to Bible.Logos.com or using RefTagger. Now you can do both and enjoy the best of both worlds.










