Dieses Plugin wurde nicht mit den 3 neuesten Hauptversionen von WordPress getestet. Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

My Tips

Beschreibung

My Tips是一款让您能亲轻而易举地为您的WordPress添加气泡提示的插件。
My Tips is a plugin that make you get your blog Bubble Tiped easily.

使用它的理由:
The reason of why you use it:

  1. 无需修改任何文件;
    NO FILE need to be edit to use it.

  2. 自动检测
    AUTO DETECT the loading of jQuery Lib to avoid conflict.

  3. 多样化但很简单,轻松为各标签批量添加Tip。
    Multi-Styled but Simple-Use, it’s just a cake for you to make all elements to be Tipped.

Screenshots

Installation


  1. You can simply use the WordPress‘ Install Plugins page install this plugin from the WordPress plugin repo or download the zipped file and unziiped it to the wp-content/plugins/ directory.


  2. Switch to the Installed Plugins page to activate ‚My Tips‘.


  3. And you can config if in the ‚My Tips Configuration‘ page.

FAQ

标签名会作为Tip的选择器
In the configurations every Label Name will be the selector for decide what element should be Tipped. For example, the ‚a‘ will make all links will be tipped(if them have an un-empty content attribute).So if you have a config label name as ‚a‘, content attribute as ‚attr‘, title attribute as ‚title‘, all the links that has an un-empty ‚attr‘ attribution will be tipped, the tip will popped by mousehover and close by mouseleave. such as <a href="xxx" title="example title" attr="example content">example link</a> will have a tip poped with mousehover and closed with mouseleave, its content is ‚example content‘ and its title is ‚example title‘.

标签名有哪几种形式 / How many selector it support ?

2012-11-4更新支持ID选择器。
Tow kinds, one kind is the label selector, and it support the ‚*‘ to apply to any label. another one is the class selector which are prefixed by ‚.‘ .


Set your message as the value of the content attribute that you has configed.

Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

Mitwirkende und Entwickler

„My Tips“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „My Tips“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

2012.11.04

  • 修复功能缺陷,支持ID选择器
    FIX the function bug, and make it support the ID selector.

2012.10.21


  • Completed the Internationalizition.


  • Make It Internationalized.

1.0.1

  • 修改qTip调用方式。在js/mytips-class.php
    Modified the calling of qTip. at js/mytips-class.php.


  • Modified the compatibility of jQuery, aware of others plugins/themes will replace the jQuery Lib of WordPress.