You can use this to implement TLDB tooltips for links on your website. Example: Lequirus's Thorny Edge
<head></head>
section of your website.
<script async src="https://tldb.info/embed.js"></script>
<a href="https://tldb.info/db/item/dagger_a_t2_nomal_002">Lequirus's Thorny Edge</a>
Place the config before the tooltip script.
<script>
var tldbConfig = {
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 :)