-
Notifications
You must be signed in to change notification settings - Fork 8
/
readme.txt
79 lines (46 loc) · 2.99 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
=== IMDB Auto Embed ===
Contributors: HydraMovies.com
Tags: hydra movies, movies, streams, streaming, imdb, auto embed
Requires at least: 3.1
Tested up to: 4.9.8
Stable tag: 1.2
== 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.](https://hydramovies.com/). 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.
== 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 tt0063350. To do this, use the shortcode [IMDB id="tt0063350"]
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:
e.g. [IMDB id="tt0063350" width="100%"]
Height in pixels or percentage – default is 360px:
e.g. [IMDB id="tt0063350" 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.
e.g. [IMDB id="tt0063350" class="my-custom-class"]
Frameborder for your iframe – default is 0.
e.g. [IMDB id="tt0063350" 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.
e.g [IMDB id="tt0063350" 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.
= Why are all my embedded movies showing the 1968 film Night of the Living Dead? =
If you enter an invalid IMDB ID this film will be displayed. Double check your shortcodes!
== Screenshots ==
1. The final result, an embedded movie.
== Changelog ==
= 1.2 =
*Release Date - 29 August 2018*
* Plugin is now capable of running on both secure and non-secure websites (http & https).
= 1.1 =
*Release Date - 10 July 2018*
* Added the ability to manage API sources remotely allowing for sources to be fixed without plugin updates.
= 1.0 =
*Release Date - 26 May 2018*
* Initial stable release.