External API Content Display

Fetch and display data from any external JSON-based API directly on your WordPress site. Showcase your GitHub repositories, display posts from a subreddit, or integrate other external data sources with a simple shortcode.
Core Features
- Simple Shortcode Integration: Use a shortcode like
[display_api url="..."]to fetch and display data. - Performance Caching: Results from the API are automatically cached using the WordPress Transients API, ensuring fast page loads and reducing external requests.
- Admin Configuration: Set the cache duration and other parameters from a simple settings page.
- Flexible & Powerful: A perfect tool for developers who want to display dynamic, external content without writing custom theme code.