WP Manifestindependent plugin directory
manifest / content / wordpress-api

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.zip

Series 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

  1. Copy moje-api folder to /wp-content/plugins/
  2. Activate plugin
  3. Add [api_seriale] to any page
  4. Create page "Series Details" with [pokaz_serial]

Screenshots

screenshot png

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