Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Terry's Commentary

Opis

This adds a responsive and mobile-friendly tooltip popup in the vein of
this article. For an example (and an explanation why), please read
the introductory article.

You can add a textual tooltip to anything simply by adding a rel="tooltip"
and a title attribute with the tooltip content, just like you'd expect with
regular HTML. It also supports shortcodes to generate them. Use the following
shortcode:
[commentary text=”TOOLTIP TEXT HERE”]TARGET HTML HERE[/commentary]

For backward compatibility reasons, any tags with class="commentary" title="tooltip" are similarly enabled.

Arbitrary section

This is an arbitrary section. 🙂

Instalacija

See “Installing Plugins” article on the WP Codex

Once installed and activated, there's nothing more you need to do (though you
can use filters in your themes functions.php to change the behaviors)

ČPP

Please see the plugin homepage (It's easier to show code samples on my blog.)

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“Terry's Commentary” is open source software. The following people have contributed to this plugin.

Doprinositelji

Prevedi “Terry's Commentary” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

1.0

  • Initial release