AJAX Read More

Automatically transform your <!–more–> links into links that immediately display the rest of your entry (AJAX).

Author:Sergey S. Betke (profile at wordpress.org)
WordPress version required:3.0.0
WordPress version tested:3.3.2
Plugin version:2.1.1
Added to WordPress repository:13-09-2011
Last updated:07-12-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:http://sergey-s-betke.blogs.novgaro.ru/catego...
Total downloads:20 829
Active installs:100+
plugin download
Click to start download

When your blog is loaded, all links of this class .more-link (standard wordpress css class for "Read more..." links) are modified to no longer send the user to that post's single page display when clicked. Instead, the WordPress database is queried for that specific post, and all content after the <!--more--> tag (i.e. only what you need) is returned. The new content is then immediately displayed to the user with light animation (You can disable animation in plugin options), inline with the opening content.

  • AJAX-read-more uses the jQuery framework already included with WordPress installations.
  • This plugin used GET ajax action (not POST, like other plugins), wordpress "template_redirect" action.
  • It's compatible with cache plugins (like Hyper Cache Extended).
  • AJAX-read-more: design of progress indicator and other behaviors - by CSS (example - in css/all.css)
  • cache-safe script and css url

Check plugin options on options page.

Thanks for debugging to den@10-13.ru.

Theme requirements:

  • Your theme must generate correct DOM structure: (div id="#content") ... (div class="post") ... (/div) (/div)
  • Theme must support footer (wp_footer). If not, you can change corresponding option on plugin option page.

For more information, please visit the Sergey S. Betke blog.


Screenshots
FAQ
ChangeLog