I've promised this feature for quite some time and finally it's ready.
Here is the guide on how to add our tooltips to your site.
First of all, in order for the tooltips to work, i need to add your site into the white list. So when you'll finish adding the necessary files and code to your site, PM me with the url of your site.
1. Download and save the following files on your server in some directory. For example /tooltips:
http://bdocodex.com/css/jquery.qtip.min.css
http://bdocodex.com/js/jquery-2.1.4.min.js
http://bdocodex.com/js/jquery.qtip.min.js
http://bdocodex.com/js/tooltips.min.js
2. Include these files in the <head> tag of your site:
Code: Select all
<link type="text/css" rel="stylesheet" href="/tooltips/jquery.qtip.min.css">
<script type="text/javascript" charset="utf-8" src="/tooltips/jquery-2.1.4.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/tooltips/jquery.qtip.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/tooltips/tooltips.min.js"></script>
Also be sure to store these files on your server. Do not link them directly from my site!
3. That's it. Now any link to an item, quest or npc from the database will have a tooltip.
Terms of use:
You are free to use the tooltips on your fan sites, clan forums, in your guides etc.
However, i don't want you to create the copies of the BDO codex or it's sections by using the tooltips.
I reserve the right to disable the tooltips for your site or remove this functionality entirely at any time.