XenForo How to include a link in a tooltip?

F

frm

Guest
A link can be used in a tooltip if it's in the node's description:
node-tooltip.gif
Using the HTML rendered:
HTML:

<a href="/forums/announcements.2/" data-xf-init="element-tooltip" data-shortcut="node-description" id="js-XFUniqueId10" data-xf-pointer-type="mouse">Announcements</a>

But it can't be made if you edit the Phrases with the link (double quotes break it but an apostrophe works, just doesn't show the link):
tooltip-phrase.gif

With the HTML:
HTML:

<a href="/misc/style-variation"...

Read more

Continue reading...