wowhead-tooltips
Tools
Open Source
PHP
WordPress
=== WoWHead Tooltips === Contributors: elmoo32 Donate link: - Tags: wowhead, tooltips, world of warcraft, wow, shortcode, plugin Requires at least: 3.0 Tested up to: 4.4.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add tooltips from "WoWHead" (http://www.wowhead.com/) == Description == Add tooltips from "WoWHead" (http://www.wowhead.com/), useful for blogs etc. about World of Warcraft. == Installation == * (1). Upload everything inside .zip to the `/wp-content/plugins/` directory * 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently asked questions == = Where is the data coming from? = All data for the tooltips is loaded from http://*.wowhead.com (WoWHead) and the JS script is loaded from http://static.wowhead.com(/widgets/power.js) = How to use? = Since v2.0.0 Use the shortcode [wowhead id="[ITEMID]"] to automatically add an item. Method below also works, but is not recommended. Before v2.0.0 Create a link to any item etc. on WoWHead ex. <a href="https://github.com/WPPlugins/http://www.wowhead.com/item=89112">[Mote of Harmony]</a> and it will automatically transform into a tooltip. == Changelog == * 2.0.1 Version bump * 2.0.0 Added shortcode, fixed styles, url names are fixed automatically. * 1.0.0 Initial plugin release