The canonical example for Twitter Bootstrap\'s popover feature is sort of a tooltip on steroids with a title.
HTML:
simple with generated links :) html:
preview
js:
$('.preview').popover({ 'trigger':'hover', 'html':true, 'content':function(){ return ""; } });
http://jsfiddle.net/A4zHC/