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.

Terry's Commentary

Descripción

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. 🙂

Instalación

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)

Preguntas frecuentes

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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Terry's Commentary» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Terry's Commentary» 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.0

  • Initial release