Tooltips can be very useful to give a bit more information to your readers when they mouse over something, which can make the text appear lighter and easier to process. You can do this in three ways!
1. Article link pop-up
This is a pop-up that appears when the reader hovers a link, and displays either the content of the article or custom content. To use it:
- Open the Articles & World Manager on the left sidebar and click on the name of your world on the top left.
- Click the gear icon in the bottom toolbar.
- Under the "Other Display Settings" tab, enable "Display article tooltips".
To replace the default with custom content, edit the article and find the "Mouseover snippet" field under Design.
2. Simple BBCode tooltips
You can use this method to set up a tooltip on any word or phrase:
- Find the text that you want to add a tooltip to.
- Wrap it with the tooltip tag: [tooltip]Example[/tooltip].
- Add the tooltip content inside the opening tag: [tooltip:This is the content of the tooltip]Example[/tooltip].
Note that the content of the simple tooltip doesn't accept any formatting or links. For more information and help with BBCode, check the Guide to BBCode.
3. Variable tooltips
Available to the Master subscription tier and above. Upgrade here.
Variables are great for cases where you know you'll need the tooltip every time a specific word appears. For example, this could be used to add the pronunciation of a word as a tooltip.
- Click on Advanced Tools in the sidebar, and then on Variables.
- If this is your first variable, you'll need to create a collection first.
- Click on the collection and create a new variable like this:
- Key: choose a unique key. Make sure it doesn't repeat with other variable keys in your world.
- Title: this is the text that will be displayed on the article.
- Type: choose "Term, Simple" so that it generates a tooltip.
- Value: this is the content of the tooltip. It will not process BBCode, so use plain text without formatting.
To add the variable to the article, you have two options:
- Use the extended mention system by typing "[" followed by the variable key and select from the dropdown.
- In the variables list, copy the embed code by clicking the tooltip. Then, paste it into the article.
For more information and help with variables, check the Guide to variables.


