=== ESO Hub ===
Contributors: woeler
Donate link: https://patreon.com/esohub
Tags: Elder Scrolls Online Sets Skills Tooltip Hub
Requires at least: 4.9
Tested up to: 6.8
Requires PHP: 5.6
Stable tag: trunk
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Embed tooltips for sets and skills related to the Elder Scrolls Online into your pages and posts.

== Description ==

This plugin will add ESO-Hub tooltips to your website. It will automatically detect links to our sets, skills, collectible and furniture pages. When you link to these ESO-Hub pages, this plugin will automatically add tooltips to the links on your website.

The tooltips work both on mobile and on desktop.

## 3rd party api
This plugin sends requests to the ESO-Hub API on eso-hub.com

This api is only used to retrieve data. No data from your Wordpress instance will be sent or stored on the external api. You can find the privacy policy [here](https://pathfindermediagroup.com/privacy).

== Installation ==

1. Install the plugin via the zip file.
2. Activate the plugin.
3. Add links to our pages in your Wordpress content.

== Creating Skillbars ==
If you would like to use skillbars you can create them via wordpress shortcodes, you simply have to give the links to the skill pages as attributes like so
```
[esohub_skillbar 1="https://eso-hub.com/en/skills/dragonknight/ardent-flame/dragonknight-standard" 2="https://eso-hub.com/en/skills/alliance-war/assault/aggressive-horn"]
```

You can add as many skills as you want. You may also add links to companion skills.

If you want to display passive skills, make sure to add `passive_` to the identifier in the shortcode like so
```
[esohub_skillbar passive_1="https://eso-hub.com/en/skills/craft/alchemy/medicinal-use"]
```

If you want spacing between an ultimate skill and the rest of the skillbar, make sure to add `ultimate_` to the identifier in the shortcode like so
```
[esohub_skillbar ultimate_1="https://eso-hub.com/en/skills/dragonknight/ardent-flame/dragonknight-standard"]
```
