이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Diablo 3 Tooltip

설명

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

스크린샷

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

설치

  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]

FAQ

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

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Diablo 3 Tooltip”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Diablo 3 Tooltip”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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