Ajax Load More: REST API

Ajax Load More: REST API Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 4,174 downloads
Ajax Load More: REST API Icon

Try plugin: Ajax Load More: REST API

We'll create fresh WordPress site with Ajax Load More: REST API installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Ajax Load More: REST API

An Ajax Load More extension that adds compatibility for the WP REST API.

0


0


0


0


0

updated: 1 year ago
since: 7 years ago
author: Darren Cooney

Description

The REST API extension will enable compatibility between Ajax Load More and the WP REST API plugin.

Easily access your website data (as JSON) through an HTTP REST API and display the results using the beauty of infinite scrolling with Ajax Load More.

https://connekthq.com/plugins/ajax-load-more/extensions/rest-api/

How It Works

The REST API add-on works by routing the standard Ajax Load More admin-ajax.php requests through to API endpoints for data retrieval. The data is returned as JSON, then parsed and displayed using Underscore.js styled templates on the front-end of your website.

Using a simple GET request, a JavaScript Repeater Template and a custom endpoint (/wp-json/ajaxloadmore/posts) developed specifically for Ajax Load More, users are able to access website data and infinite scroll the results using the WP REST API.

View Example