I've just tried installing
RefTagger, with tooltips, on one of my web pages. But when I hover over the
references, I get the 'Loading... Powered by RefTagger.' message, followed by
'Sorry. The reference could not be loaded at this time.'
Yet, when I visit other sites using RefTagger, the tooltips display correctly;
so it does not seem to be a problem with my browser settings. Thinking that my
stylesheets might be causing a problem, I created a new page, blank except for
a single reference and the RefTagger code (see below). But the result was the
same.
What's wrong? Do I have to have some other Logos software installed on my server before it will work?
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;
charset=iso-8859-1" />
<title>New</title>
<meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
</head>
<body>
John 3:16
<!-- RefTagger from Logos. Visit http://www.logos.com/reftagger.
This code should appear directly before the </body> tag. --><script
type="text/javascript" src="http://bible.logos.com/jsapi/referencetagging.js"></script><script
type="text/javascript">
Logos.ReferenceTagging.lbsBibleVersion = "ESV";
Logos.ReferenceTagging.lbsLibronixLinkIcon =
"dark"; Logos.ReferenceTagging.lbsNoSearchTagNames
= [ "h1", "h2", "h3" ]; Logos.ReferenceTagging.tag();</script></body>
</html>