Tagged Questions
1
vote
1answer
226 views
Show user info in a hovercard [closed]
I whant to display user info in a hovercard. I use a jquery plugin to for the hovercard. I call my file like this <?php include 'includes/tooltip.php'; ?> and this is my code from tooltip.php.
...
1
vote
2answers
300 views
Can I make simple global tooltips in Wordpress?
We wish to have ALL external links within a Wordpress site have a simple mouseover tooltip without having to place a title tag or rel or class tag within it. I've tried several methods using the ...