Convert JSON API data into Tables, Charts or custom HTML with no code and then embed these on your website. After embedding, the data will update automatically at your chosen interval.
This plugin allows you to easily embed your Widgets from
API Widgets into your WordPress website.
Works with APIs or JSON files. No coding required.
How It Works
- Visit the Converter at API Widgets.
- Connect to your API (or JSON file).
- Select either Table, Chart or custom HTML.
- Run the Converter.
- Customize your Table, Chart or HTML.
- Click Embed.
- Get the ID of your new Widget & embed into your site.
Use the shortcode or template tag wherever you want the Widget shown on your site.
Shortcode
Add this shortcode (using your own Widget ID) wherever you want the Widget displayed.
[api-widgets id="123"]
Template Tag
Add this template tag (using your own Widget ID) wherever you want the Widget displayed.
<?php api_widgets( 123 ); ?>
Documentation