Freebie: Tooltip Module

Update by Robby: This thread is a bit out of date, so I am popping in to update it.

This module is no longer free, but it is available still through Fotoplugin’s rebranded site: Beaver Lodge.

As I continue converting some of my plugins over from Headway Themes to BB modules, here is another you can download, a Tooltip Popup Module

Updated my tooltip module where I fixed a couple of bugs

  1. When using media image it returned ID instead of the URL
  2. Couldnt use multiple modules on a single page in some instances

I also added a shortcode parameter so you can assign a tooltip to a word etc on any page

Shortcode is [tooltip][/tooltip] and the various parameters are

url = for a custom hyperlink eg url=“google.com
color = for the font color of the popup eg color="#000" or color=“red”
background = for the background color of the popup eg background="#000" or background=“black”
position = to position the popup above or below the word eg position=“above”
align = to align the popup to the word either left, right or center eg align=“left”

example usage
This is to demonstrate the inline [tooltip url="http://google.com" color="#b20022 " background="pink" position="below" align="left" tip="This is a tooltip"]tooltip[/tooltip] shortcode