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.

Shortcode Ajax

Descripción

This plugin adds new shortcode: [shortcode_ajax][/shortcode_ajax]
Originally written for WP-Table Reloaded plugin to add ability reload some tables dynamically. It should work with other plugins too!

Instalación

Download plugin and extract to wordpress plugins directory. See FAQ for further instructions.

FAQ

How to use it?

After installation and activation, you will see new button inside the editor. Recommended way to use it, is to insert shortcode you need to be reloadable, then select it and click to Shortcode Ajax button. Basically, final result needs to be: [shortcode_ajax][YOUR SHORTCODE][/shortcode_ajax]

Can I set reloading interval?

Yes, but you need to edit main file to change it. Default is 10 000ms.

Which wordpress versions are supported?

It was developed with 3.1rc2. It should work with 2.9.

Is this plugin secure?

I really don’t know that. Security was not the primary goal, so if you found something, that can break wordpress, please contact me ASAP.

Why don’t you use ajax-admin.php file for ajax requests?

I tried it. I had some problems to get it working with WP-Table Reloaded, probably caused by is_admin() check, so no shortcodes were registered and reloading tables was impossible. If you know some workaround, you could mention it.

How to contact you?

Check plugin’s main file.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Shortcode Ajax» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Shortcode Ajax» 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