I want to make a certain word both a tooltip and a popover. One of them can be on the top, and the other the bottom. Is it possible?
I tried this: [extra href="#example" title=“Yeah, tooltip time!” info=“tooltip” info_place=“bottom” info_trigger=“click”][extra href="#example" title=“Yeah, tooltip time!” info=“popover” info_place=“top” info_trigger=“click” info_content=“Place a little extra content in here for informational purposes.” ]Double Trouble.[/extra][/extra], but it doesn’t work properly.
Summary: I want to make a word a popover and a tooltip, but how?