IMDB Auto Wordpress Plugin - Rating, Reviews, Demo & Download

IMDB Auto Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Automatically embed any movie stream using a shortcode and the films IMDB code.

The plugin fetches streams using the API provided by Hydra Movies giving you access to thousands of full movies all ready to watch online. Movies are embedded on your wordpress website within an iframe. Everything is automated including the management of dead links, dmca requests and the scraping of all the latest movies.

Download: https://github.com/Kay-Tan/imdb-auto-embed

Installation

Upload the IMDB Auto Embed plugin to your wordpress website, activate it, then use shortcodes to embed movies on your site.

Example:

Lets say we wanted to embed the movie with the IMDB ID tt0016220 – The Phantom of the Opera (1925). To do this, use the shortcode [IMDB id=”tt0016220″]

By default this will produce an iframe with a height of 360px and a width of 640px. These parameters and several others can be customized by making some minor changes to the shortcode.

Customizing Parameters:

Width in pixels or percentage – default is 640px:

[IMDB id="tt0016220" width="100%"]

Height in pixels or percentage – default is 360px:

[IMDB id="tt0016220" height="500"]

CSS Class given to the iframe (for advanced customising using your stylsheet). Default is ‘hydra-iframe’ – leave this blank if you are unsure.

[IMDB id="tt0016220" class="my-custom-class"]

Frameborder for your iframe – default is 0.

[IMDB id="tt0016220" frameborder="5"]

You can ignore the custom params if you are happy with the defaults. You can use all or just several of these parameters and in any order.

[IMDB id="tt0016220" width="100%" height="500" class="my-custom-class"]

Frequently Asked Questions

Do I need an API key to use this plugin?

  • No, an API key is not required.

What happens when no stream is found?

  • The plugin uses several APIs that are updated regularly to replace dead links. In the event of a dead link, one of the other APIs should have the movie in question.

Why do I see a popup before the video starts?

  • Some of the streaming sources e.g. Openload and Streamango insert a popup inside their streams. This will appear for users without adblock just before the video starts but should not interfere with the playback of a film. We do not add any additional popups to the player.

Reviews & Comments