このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Simple Tooltips

説明

Easily add tooltips to your wordpress site. Tooltips will show when target element is hovered over. On mobile devices tooltips show when target element is tapped. You can easily pick your tooltip color settings in Settings > Simple Tooltips.

How to Use

To define a tooltip (new, easy way): Click the tooltip icon on your visual content editor to add the tooltip shortcode. Change the content attribute to whatever you want to be the content inside the tooltip bubble. Change the tooltip trigger to whatever content you want to be used to trigger the tooltip, when hovered. (see screenshots)

To define a tooltip (old way): Add class “tooltips” to the target html element. The title attribute will be used for tooltip content.

クレジット

Thanks to Stefan Gabos who made the original jQuery plugin.

スクリーンショット

  • Simple tooltip in action
  • Adding a tooltip (the new, easy way)
  • Adding visual elements inside the tooltip and as tooltip trigger
  • Customizing individual tooltips
  • Editing the inline style for a trigger element
  • To set a tooltip (older, html way): add class "tooltips" to html element, use title attribute for tooltip message.
  • You can easily change tooltip color settings in Settings > Simple Tooltips
  • Simple tooltip in action on a WordPress menu item

インストール

  1. From WP admin > Plugins > Add New
  2. Search “Simple Tooltips” under search and hit Enter
  3. Click “Install Now”
  4. Click the Activate Plugin link

FAQ

How do I add a tooltip (new, easy way)?

Click the tooltip icon on your visual content editor to add the tooltip shortcode. Change the content attribute to whatever you want to be the content inside the tooltip bubble. Change the tooltip trigger to whatever content you want to be used to trigger the tooltip, when hovered. (see screenshots).

How do I add visual elements inside the tooltip and as tooltip trigger?

You should be able to edit the tooltip content and/or trigger to allow for html elements via the visual editor (such as links, images, colored text, bold, etc). One note of caution: if you are trying to use an image inside the bubble content, it’s a good idea to set the image width and height directly by editing the inline style attribute (which you can access via the image html) for the img tag. This helps ensure that the bubble will register the image size correctly. Also, make sure to adjust the max bubble width to allow for the image. (see screenshots)

How do I customize individual tooltips?

The tooltip style settings you set on the Simple Tooltips setting page will apply to all your tooltips by default. However, you can now override the default tooltip style by editing the shortcode for that toolltip.

Here is the list of customizable parameters:

  • bubblewidth (integer, in pixels) – Sets the max width for tooltip bubble. If you are trying to fit an image inside the bubble, and the image is too big for the tooltip bubble area, try adjusting the max bubble width to make sure it is big enough to the fit the desired image.
  • bubbleopacity (integer, between 0 and 1) – Sets the bubble opacity. 0 is invisible and 1 is totally solid.
  • bubblebgcolor (color name or hex value) – sets the bubble background color. Could be a color name, like green, or a hex value, like #666666.
  • bubbleposition (left | center | right) – the position of the tooltip, relative to the trigger element
  • bubblecolor (color name or hex value) – sets the bubble text color. Could be a color name, like green, or a hex value, like #666666. or a hex value.

And here’s an example of how you could apply this:

[simple_tooltip bubblewidth='100' bubbleopacity='1' bubblebgcolor='#666666' bubbleposition='left' bubblecolor='blue' content='this content appears in the tooltip bubble']This triggers the tooltip[/simple_tooltip]

(see screenshots)

How do I edit the inline style for a trigger element?

You can add inline style attributes to the trigger element by adding the style attribute to the [simple_tooltips] shortcode. For example, add style=’background:blue’ to the simple_tooltip shortcode, to make the background color for the trigger element blue. Like this…

[simple_tooltip style='background:blue;color:white;' content='This is the content for the tooltip bubble. The tooltip bubble has the default style' ]This triggers the tooltip. The trigger background is blue and text color is white.[/simple_tooltip]

(see screenshots)

How do I add a tooltip (older, html way)?

Add class “tooltips” to the target html element. The title attribute will be used for tooltip content (see screenshot).

How do I change tooltip color settings?

Settings > Simple Tooltips.

評価

2021年8月1日
I was seeking a tooltip plugin for images and this one makes it simple! Others? Not so much! 5 Stars all the way! Thanks!
2020年8月15日
This plugin was not updated for a really long time, but surprisingly it is still working and doing all I would expect from it.
2019年12月8日
Simple Tooltips is a flexible and extensible WordPress plugin for modern tooltips. I'm using it with Wordpress 5.3 A Big Thank you to developer!
2019年7月9日
You wouldn't believe how complex creating your own tooltips can be. Simple Tooltips is powerful and easy to use. It works on desktop and mobile. Thanks so much for making such a solid tooltip solution for WordPress.
69件のレビューをすべて表示

貢献者と開発者

Simple Tooltips はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Simple Tooltips” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.1.4

  • Security update

2.1.3

  • Resolved error noticed in debug mode

2.1.2

  • Adds compatibility with languages that use RTL (right to left) text

2.1.1

  • Adds the option to disable tooltips on mobile

2.0

  • Click tooltip button on visual editor to easily add tooltips
  • Add visual elements like images, links, bold text, etc, inside tooltips and as tooltip trigger
  • Customize individual tooltips
  • Edit inline style for trigger element

1.1

  • Set max width for tooltip
  • Set tooltip opacity
  • Set tooltip position
  • Apply tooltips to WordPress menus

1.0

  • 最初のバージョン