WP Manifestindependent plugin directory
manifest / editor / omdb-movie-showcase

OMDb Movie Showcase

WordPress block plugin that searches movies via the OMDb API

by Sabita Sahoo · github.com/sabitasahoo/omdb-movie-showcase

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/sabitasahoo/omdb-movie-showcase/archive/refs/heads/main.zip

Readme

OMDb Movie Showcase

A small WordPress plugin that lets visitors search a movie by title and see its details (poster, plot, cast, ratings) pulled from the OMDb API.

Setup

  1. Upload and activate the plugin.
  2. Open Settings > OMDb Movie Showcase and paste your OMDb API key (a free one is available at omdbapi.com).
  3. Add the "Movie Search" block to any page or post and publish.

The API key is only used server-side. The block talks to the plugin's own REST route (omdb-movie-showcase/v1/search), which calls OMDb, so the key is never printed on the page.

Read the full README on GitHub →