Remote Database API Plugin WordPress, Download, Install

Remote Database API Plugin WordPress

Our plugin is the best way to interconnect the Airtable service with WordPress and create a simple mapping interface.

Remote Database API Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/remote-database-api/

How to Install Remote Database API Plugin, Manually

Upload the Remote Database API plugin to your wordpress, Activate it, then enter your airtable.com API key in the settings.

Use [airtable-api] shortcode.

Examples : [airtable-api table-map=”benevoles” template=”map-benevoles”]

For shortcode templates,
You can create a folder named your-theme/airtable_api/ (in your active theme folder) to process and display the data retrieved with a shortcode from Airtable with our plugin.
This directory must contains all the templates you create and you can call them by the name of the file: TEMPLATENAME.php as shortcode parameter : template=”TEMPLATENAME”.

Within this template file, you can get all the retrieved data with the local variable named : $content_from_api, for example :

-PHP

$items = $content_from_api;  foreach ( $items as $item ) {     $item_fields = $item['fields']; } 

-END PHP

Have fun!

Video

Screenshots

Remote Database API Plugin WordPress

Remote Database API Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *