Warning
This plugin is currently in Beta. Breaking changes could occur with any update. Please test each release thoroughly before updating.
Remote Data Blocks is a WordPress plugin that makes it easy to combine content and remote data in the block editor. Easily register blocks that load data from Airtable, Google Sheets, Shopify, GitHub, or any other API. Your data stays in sync. Built-in caching ensures performance and reliability. Read more about well-supported use cases.
Launch the plugin in WordPress Playground and explore. An example API ("Conference Event") is included, or visit Settings > Remote Data Blocks to add your own. Read our tutorials to dive in.
- Learn about the core concepts behind Remote Data Blocks.
- Follow our tutorials to create your first connection and see Remote Data Blocks in action.
- If you're a developer, you're ready to extend Remote Data Blocks with custom code.
- Interested in contributing? Issues, pull requests, and discussions are welcome. Please see our contribution guide for more information.
- PHP 8.1+
- WordPress 6.7+
A persistent object cache is not strictly required, but it is highly recommended for optimal performance and to help avoid rate limiting from remote data sources. If your WordPress environment does not provide persistent object cache, the plugin will utilize in-memory (per-request) caching.
Download the latest release of the plugin, unzip, and add it to the plugins/
directory of your WordPress site.
Remote Data Blocks is licensed under the GPLv2 (or later).