বৰ্ণনা
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
স্ক্ৰীনশ্বট
ব্লকবোৰ
এই প্লাগিনটোৱে 1টা ব্লক প্ৰদান কৰে।
- API Widgets
ইনষ্টলেশ্যন
Requirements
- WordPress version 5.0 and later
Usage
- Once installed & activated, go to the page where you want the Widget embedded.
- You can use the template tag or shortcode to embed your Widget.
পৰ্য্যালোচনা
এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।
অৱদানকাৰী আৰু বিকাশকাৰীসকল
“API Widgets – API to Table, Chart or HTML” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকলআপোনাৰ ভাষাত “API Widgets – API to Table, Chart or HTML” অনুবাদ কৰক।
বিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।
সলনি-পঞ্জী
1.0.2 (2025-01-02)
- Update text within admin page.
1.0.1 (2024-12-27)
- Modify generic function names so they begin with api_widgets_
1.0.0 (2024-12-19)
- Initial Version