• Resolved delfim

    (@delfim)


    I like the Smart Link plugin from Denis, but is there a way to make it compatible with fancy tool tips plugin? Smart Link accepts the tag < span title > before it but fancy Tool Tips only function with the “title” tag within the < a href > tag.
    See this example on my blog.

    [I added the “semiologic” tag yesterday, so Denis would see this thread quicker.. 😉 – spencerp]

Viewing 3 replies - 1 through 3 (of 3 total)
  • smart link no longer accepts html within it.

    Thread Starter delfim

    (@delfim)

    Well Denis, the problem is not in the Smart Link plugin. The solution is in the .JS file from Fancy Tool Tips. Before line 386 of fancytooltips.js :

    FancyTooltips.autoCreated.anchors.addElements(oNode.getElementsByTagName("a"), "title");
    Just add the following code:
    FancyTooltips.autoCreated.anchors.addElements(oNode.getElementsByTagName("span"), "title");
    By this way, we can use <span title="whatever"></span> Fancy Tool Tips together with Smart Link Plugin.
    Still cannot figure out how to insert the URI link 🙂

    See both plugins in full cooperation here 🙂

    did you try uploading the latest version of smart link? it inserts a title automatically.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Smart Link Plugin’ is closed to new replies.