Welcome to WoWDigger! Sign In


Live WoW Database Search
Installation | Examples | Live Sites Examples


Installation


Step 1

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

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

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



Step 2

And to place your search box in your page, simply add this into the HTML where you want it to appear:

<input id="wowdigger_search" autocomplete="off" type="text" name="search" style="width: 260px" />

Tip: You may style this element with CSS in any way you like to fit in with your site design.


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


Example





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!