This morning at BarCamp Cork I gave a short talk on how to add AJAX functionality to WordPress plugins. Here are the example scripts I used during the talk. Rename the files to .php and install as you would normal WordPress plugins. helloworld1.txt – very simple and basic “Hello World” plugin. helloworld2.txt – script that will display the text “Hello World” using an AJAX request to get the text f

