Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSSeo! - How to add a tooltip to a keyword

How to add a tooltip to a keyword

In order to add a tooltip to a keyword that you have set in RSSEO! you will have to edit the respective keyword in RSSEO! >> Keywords and add the following code lines in the Keyword attributes field:

class="editlinktip hasTip" title="Tooltip title::Tooltip body"



The tooltips will not appear in the frontend if you do not have an Internal Anchor Link set for your Keyword and you will also have to enable Keyword Replacements from RSSEO! >> Settings >> Replacements. Furthermore, the Joomla tooltip behavior has to be loaded on your pages. To do this, just add the following line in the index.php file of your template:

JHTML::_('behavior.tooltip');

After this the tooltips will appear when hovering over your keyword in the front-end.


Feedback