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.zipReadme
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
- Upload and activate the plugin.
- Open Settings > OMDb Movie Showcase and paste your OMDb API key (a free one is available at omdbapi.com).
- 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.