Series Encyclopedia
Integracja WordPress z zewnętrznym API (jsonplaceholder)
by Daria Yemelianenko · github.com/d-yemelianenko/wordpress-api
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/d-yemelianenko/wordpress-api/archive/refs/heads/main.zipSeries Encyclopedia – WordPress Plugin
WordPress plugin that adds series database with REST API, shortcodes, and OMDB integration.
Features
- Custom database tables (
seriale,postacie,cytaty) - REST API:
GET /wp-json/moja-api/v1/serie - Shortcode
[api_seriale]– list of all series - Shortcode
[pokaz_serial]– single series details - OMDB API integration (IMDb ratings and posters)
- Bilingual (PL/EN) with cookie persistence
Installation
- Copy
moje-apifolder to/wp-content/plugins/ - Activate plugin
- Add
[api_seriale]to any page - Create page "Series Details" with
[pokaz_serial]
Screenshots
Requirements
- WordPress 6.0+
- PHP 7.4+
- OMDB API key (add to
wp-config.php:define('MS_OMDB_API_KEY', 'your_key');)
Author
Daria Yemelianenko