Tooltips
14 Mar 2018 in: ShortcodesTooltip
An element can specify popup content to appear
<div class="wojo icon button" data-content="Add users to your feed">
<i class="icon plus"></i>
</div>
Titled
An element can specify tooltip content with a title
<img src="/images/avatars/small/elliot.png"
data-title="Elliot Fu"
data-content="Elliot has been a member since July 2015"
class="wojo avatar image">
Width
A popup can be extra wide to allow for longer content
<i class="circular heart icon link"
data-content="Hello. This is a wide pop-up which allows for lots of content with additional space. You can fit a lot of words here and the paragraphs will be pretty wide."
data-variation="wide"></i>