WP Manifestindependent plugin directory
manifest / integrations / wp-imdb-score

WordPress IMDB Score

WordPress plugin for displaying movie's IMDB ratings.

by Dian Kirilov · github.com/dkirilov/wp-imdb-score · website

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/dkirilov/wp-imdb-score/archive/refs/heads/master.zip

From the readme

WordPress IMDb Score plugin This WordPress plugin can help you to display IMDb ratings score for a movie on your website. It uses the OMDb API to get needed info. You're able to add it everywhere you want - in your theme, blog post or page. How to display IMDb score for a movie in your WordPress theme or plugin? It could be accomplished just by adding the following code at the place where you want to display the IMDb score: Example: How to display IMDb score for a movie into your publications? Just use the following shortcode: [imdbscore id="imdbmovieid"] Example: [imdbscore id="tt1264904"]

Read the full README on GitHub →