Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Diablo 3 Tooltip

Descripción

This is the first Version of my Diablo 3 Tooltip for WordPress. It offers a smart way to include the neccesary
item JS only when needed. In addition you can use shortcodes in BB Style like [d3]item name[/d3] to insert a
item information link automatically.

Things to Come:
As I said, this is the first version, I future the plugin will be more enhanced and using PHP JSON instead of
JS item rendering so you can cache the item information locally to improve the pagespeed. You can find a
complete list of upcoming changes on my blog in this posting: http://goo.gl/v6RP0

Capturas

  • Plugin Settings
  • Example use of Shortcode
  • Plugin in Action

Instalación

  1. Upload the Folder diablo3-tooltip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin, Settings -> Diablo 3 Tooltip
  4. Now you are ready to go, You can use any Diablo 3 item name with a D3 Shortcode,
    for example insert those in one of your post: [d3]Fury of the vanished Peak[/d3], [d3]Hellcat Waistguard[/d3]

Preguntas frecuentes

Is this a official Blizzard Plugin

No. It just use the official offered JSON API to retrieve item information directly from blizzard.

I have a problem or suggestion

You can find a plugin related comment thread on my homepage, please feel free to use it or just send me a email. More at: http://solariz.de

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Diablo 3 Tooltip» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Diablo 3 Tooltip» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.04

  • Added Comment Support, you need to enable this in plugin settings
  • Added bbPress Support, you need to enable this in plugin settings
  • Added Smart Language mode, If enable the tooltip respect users Locale. If possible the tooltip will be presented in the users locale language. e.g. your page is in english but the visitor use a spanish OS than the tooltip will be spanish.
  • Improved the Parsing
  • Improved Language Fallback
  • News Settings Screenshot added

1.03

  • Added Language Option to Settings
  • Minor: Fix in default setting values
  • Minor: Added Settigs Icon

1.02

  • Fixed incorect displayed quotation marks in item names
  • Fixed regex not stopping correctly after several links
  • Fixed Count, it could occur that the plugin skipped the [d3] last item
  • moved the debug stuff to a always on debug system function

1.01

  • Improved the display of non item hovers, for Example [d3]class/wizard/active/energy-twister[/d3] in plugin version 1.0 this added a correct link but displayed wrong: «classwizardactiveenergytwister» Now it will be displayed as «Energy Twister»
  • Some small debug stuff for me and further dev

1.0

Initial Version