GW2DB 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-ascalon.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-ascalon.cursecdn.com/current/js/syndication/tt.js"></script>

Usage

Once that's done, any links to entries on GW2DB will receive the tooltip. The following examples will produce this tooltip: Air Attunement.

<a href="http://www.gw2db.com/skills/521-air-attunement">Air Attunement</a>

Or, if your forum uses BBcode:

[url="http://www.gw2db.com/skills/521-air-attunement"]Air Attunement[/url]

It's as simple as that!