# eso-hub-wordpress

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.

## 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.

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"]
```
