You can use this to implement NWDB tooltips for links on your website. Example: Infused Focus Potion
<head></head>
section of your website.
<script async src="https://nwdb.info/embed.js"></script>
<a href="https://nwdb.info/db/item/potionfocust4">Infused Focus Potion</a>
Place the config before the tooltip script.
<script>
var nwdbConfig = {
scale: 1,
delay: 100
}
</script>
scale
- default 0.85 - Used to change the size/scale of the tooltip.
delay
- default 150 - Time in milliseconds to wait on hover before attempting to show a tooltip. A higher than zero value is recommended
to prevent wasting people's resources when they just move the mouse around.
There's no guarantees offered in terms of the accuracy/availability for tooltip syndication.
You are granted a license to use the content, as is, solely through the original tooltip syndication script/instructions. This does not grant you a license to do whatever you want :)