Inline Ajax Page (INAP) is an extremely powerful plugin that allows you to harness the power of AJAX to improve your user's experience. INAP is not only able to load posts, comments and the add comment box inline, but can also submit comments, paginate posts, paginate your homepage, display a live comment preview. Other than a few minor theme edits when you first install the plugin, nothing has to be changed to test the power of INAP. All options can be controlled directly from the Administration Panel which allows you to customize nearly every aspect of INAP.
The plugin displays an excerpt of your post (the same way Wordpress does when you use the_excerpt or tag), but rather than making the user go to another page to read the remainder of the post, this plugin uses Ajax to download and display the rest of it when the user clicks a link to read more. Afterwards the post’s content can then be hidden and the user can continue reading your other posts. It uses a similar method to display comments and the add comment box and to submit comments.
Basic Installation (If you are new to Wordpress you should probably use this.):
<?php do_action('inap_comments'); ?> where you want the comments to appear when they are loaded and add <?php do_action('inap_comments_link');?> where you want the show/hide comments link to appear.<?php do_action('inap_addcomments'); ?> where you want the add comment box to appear and add <?php do_action('inap_addcomments_link');?> where you want the show/hide add comment box link to appear.If you are upgading from a version prior to 2.4 you must first restore default options in the admin panel before continuing.
These examples will help guide you through setting options in the Admin panel, but most settings in the Admin panel give a detailed description.




