Revision as of 2007-12-21 15:33:49
  Older version (diff) | current version (diff) | Newer version (diff)

Tooltips  

Contents [hide]

Tooltips

It is now possible to provide mouseovers (tooltips) for items on Allakhazam's sites for World of Warcraft, Everquest, Everquest II, Final Fantasy XI and Lord of the Rings Online! To do so, simple add the following html to your site:

<script type="text/javascript" src="http://common.allakhazam.com/shared/akztooltip.js"></script>

The best placement for this is right before the tag. Anywhere inside <body></body> will work, though.

Examples

How it Works

By adding the script tag above, each page with the tag added will check the html in the page it is displaying. When it detects a link to an allakhazam item that we display mouseovers for, your site will automagically display them.

You can still style your links however you wish. All the script cares about is the contents of the href portion of the a tag.

Locale Support

ToolTips also support locales for World of Warcraft. Simply make sure that your locale is in the url.

Example: http://wow.allakhazam.com/db/item.html?witem=30863;locale=deDE

Feedback and Comments

Please direct any feedback or comments to the thread in our Feedback Forum

This page last modified 2007-12-21 15:33:49.