Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Shortcode Ajax

Beschrijving

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!

Installatie

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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Shortcode Ajax” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Shortcode Ajax” naar jouw taal.

Interesse in de ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Initial release