Our plugin is the best way to interconnect the Airtable service with WordPress and create simple mapping interface..
You can create complex connections with Airtable and use it to display data directly on your site and add data within Airtable from WordPress..
Simplify calls to API Airtable with WordPress.
Create nomenclature table names and column names to avoid breaking the code when Airtable..
Proposal easy shortcuts between the names of the existing columns in Airtable and correlation table..
Upload Remote Database API plugin to your wordpress, Activate it, then enter your airtable com API key in the settings..
For shortcode templates, You can create folder named your-theme airtable api to process and display the data retrieved with shortcode from Airtable with our plugin..
This directory must contains all the templates you create and you can call them by the name of TEMPLATENAME php as shortcode parameter template=.
Within this template file, you can get all the data with the local variable named $content from api, for example -PHP $items = $content from api foreach { $item fields = $item } -END PHP.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more