WowDB Tooltip Syndication Instructions

Tooltip Example

To take advantage of the tooltip functionality you will need to make sure your website includes the JQuery Javascript library as well as our tooltip library.

I have JQuery already

Simply copy and paste this HTML code snippet into the code of your website. This should be added after you include your JQuery script.

<script type="text/javascript" src="http://static-azeroth.cursecdn.com/current/js/syndication/tt.js"></script>

I don't have JQuery yet

If you don't have JQuery installed yet, you should copy and paste both of these HTML code snippets in the code of your website.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="http://static-azeroth.cursecdn.com/current/js/syndication/tt.js"></script>

Usage

Once that's done, any links to entries on WowDB will receive the tooltip. The following examples will produce this tooltip: Mastery: Elusive Brawler.

<a href="http://www.wowdb.com/spells/117906-mastery-elusive-brawler">Mastery: Elusive Brawler</a>

Or, if your forum uses BBcode:

[url="http://www.wowdb.com/spells/117906-mastery-elusive-brawler"]Mastery: Elusive Brawler[/url]

It's as simple as that!

Advanced Usage

Gemming: [Subetai's Pillaging Leggings]

http://www.wowdb.com/items/86081?gems=76692,76614

Enchantments: [Subetai's Pillaging Leggings]

http://www.wowdb.com/items/86081?enchantment=4822

Reforging: [Mycosynth Wristguards]

http://www.wowdb.com/items/78384?reforge=167

Extra Sockets: [Mycosynth Wristguards]

http://www.wowdb.com/items/78428?extragem=52207

Item Upgrades: [Asani's Uncleansed Sandals]

http://www.wowdb.com/items/90514?upgradeNum=1 (Uses 0, 1, and 2)

Set Bonus: [Eternal Blossom Shoulderguards]

http://www.wowdb.com/items/85383?setPieces=85382 (Add other items in the set)