=== Inline Ajax Comments === Contributors: zanematthew Donate link: http://zanematthew.com/ Tags: comments, ajax, inline Requires at least: 3.5 Tested up to: 3.5.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Displays a single line textarea for entering comments, users can press "enter/return", and comments are loaded and submitted via AJAX. == Description == This plugin places a comment form similar to Facebook, only displaying a single line textarea, which submits when the user presses "enter/return" on their keyboard. === Features === * Single line textarea * Auto expanding textarea * AJAX submitted comments * AJAX loaded comments * Admin settings for additional styling == Installation == 1. Install the plugin via WordPress or download and upload the plugin to the `/wp-content/plugins/` 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = The Register link is not working? = Make sure that "Anyone can register" is checked in "Settings --> General" = Where is the "url", "email" field? = Users can add their "url" or "email" by clicking the "more" link next to the textarea. = Doesn't this prevent search engines from seeing comments? = At the moment it does, [Google Ajax Crawling](https://developers.google.com/webmasters/ajax-crawling/docs/getting-started) will be added in a later version. = Does this work with Custom Post Types? = Yes = Does this work on Pages? = No = Does this support paging? = At the momemnt no, later versions might. == Screenshots == 1. As seen when user is logged in 1. Comments form with additional fields 1. As seen when user is not logged in 1. Admin settings == Changelog == = 1.0 = * Initial version