Welcome to WoWDigger! Sign In


Tooltips for Items & Spells
Installation | Examples | Live Sites Examples


Installation


Include this code anywhere in your webpage, preferably near the </body> tag:

<script type="text/javascript" src="http://wowdigger.com/js/tooltips.js"></script>

And that's it! You're all done!


Here is a few different examples on how you can create tooltips anywhere in your webpages, and even forums without any additional modifications.

Items

BBCode-anywhere (on any webpage not just forums!)
Example: [item]The Untamed Blade[/item]
Example: [item type="preload"]Grim Scythe[/item]
 
Conventional links
<a href="http://wowdigger.com/i/33055">Band of Vile Aggression</a> Example: Band of Vile Aggression
<a href="http://wowdigger.com/i/12790" class="preload">Arcanite Champion</a> Example: Arcanite Champion
<a href="http://wowdigger.com/?search=Zin'rokh, Destroyer of Worlds">Zin'rokh, Destroyer of Worlds</a> Example: Zin'rokh, Destroyer of Worlds

Internal links (DKP system, Raid trackers etc)
<a href="http://your-guild.com/eqdkp/viewitem.php?s=b81.." rel="item=Band of Vile Aggression">Band of Vile Aggression</a> Example: Band of Vile Aggression
<a href="http://your-guild.com/eqdkp/viewitem.php?s=b81.." rel="item=12790" class="preload">Arcanite Champion</a> Example: Arcanite Champion

Spells

BBCode-anywhere (on any webpage not just forums!)
Example: [spell]Enchant Boots - Boar's Speed[/spell]
 
Conventional links
<a href="http://wowdigger.com/spell/view/27917">Enchant Bracer - Spellpower</a> Example: Enchant Bracer - Spellpower
<a href="http://wowdigger.com/?search=Healing Wave (Rank 12)&type=spell">Healing Wave</a> Example: Healing Wave


Optional Extras (placed before main include code)


<script>var wowdigger_target_blank = true;</script>    - Opens all item/spell links in a new window.

<script>var force_wowdigger = true;</script>    - Creates tooltips for all links made to most 3rd party item databases displayed on your website. All of them with just one script!