-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
137 lines (88 loc) · 3.62 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
=== Video Lightbox for YouTube/Vimeo ===
Contributors: milindmore22
Tags: youtube, vimeo, lightbox, popup-video, shortcode
Requires at least: 5.6
Requires PHP: 8.0
Tested up to: 6.6.2
Stable tag: 2.7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Embed YouTube/Vimeo videos in a lightbox popup. Easily create thumbnails and customize playback settings. Supports both platforms and is compatible with WordPress.
== Description ==
Easy YouTube & Vimeo popups! Click thumbnails to watch videos in a sleek lightbox. Works with shortcodes in posts, pages & widgets.
The plugin now has support for the official AMP plugin.
[markdown syntax]: Eg:
`[youtube videoid="<youtube videoid goes here>" height="<height goes here>" width="<width goes here>"]`
`[youtube url="<youtube url goes here>"]`
in the backend you can generate shortcodes also you can set default height, width, and an option to play video automatically.
Now Supports Vimeo
[markdown syntax]: Eg:
`[vimeo videoid="<vimeo videoid goes here>" height="<height goes here>" width="<width goes here>"]`
`[vimeo url="<vimeo url goes here>"]`
== Installation ==
1. Upload `youtubefancybox` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place shortcode like`[youtube videoid="<videoid goes here>"]` in your page, post, text widget
== Frequently Asked Questions ==
= I have installed the plugin but nothing happens? =
You need to add [shortcode](http://codex.wordpress.org/Shortcode) to your page, post, or your text widget
= Does this plugin has backend =
Yes, It does it's in the plugin submenu named "YTubeFancyBox".
= I need to set default height and width =
You can set the default height and width on the admin side
= I don't want to play video after lightbox opens =
You can set the default autoplay option at the backend
= I need to set different height and width for each Youtube thumbnail =
You can set height and width for each image thumbnail in shorcode `[youtube videoid="<videoid>" height="<height>" width="<width>"]`
= Where can I get youtube video id =
You can find youtube video id at the backend by inserting youtube video URL
= Can I use youtube video URL instead of video id =
Yes, you can add `[youtube url="<youtube video URL here>"]`
== Screenshots ==
1. Backend of Plugin
2. add the shortcode on a page
3. Thumbnails generated from youtube video
4. Youtube Video in Lightbox
== Changelog ==
= 2.7.1 =
Version update
= 2.7.0 =
Fix : Fixed error where the vimeo data was not reetrieved.
Updated Tested tag to 6.6.2
= 2.6.2 =
Fix: short code Generator.
Updated Tested Tag to 5.8
= 2.6.1 =
Renamed plugin and updated logo to avoid copyright violations.
= 2.6 =
Added Official AMP Plugin Support.
Tested up to 5.6
= 2.5 =
Tested up to 5.4.2
= 2.4 =
Fixes warning.
= 2.3 =
Fixed issue with directly redirecting to video.
Added Extended version of colorboxjs
= 2.2 =
Added muted autoplay for Chrome and Safari.
https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
= 2.1 =
Fixes Widget text minor issue.
= 2.0 =
Updated colorboxjs
Now supports Vimeo.
= 1.6 =
Updated colorboxjs
Updated for WordPress 4.0
Now supports SSL (HTTPS)
Improved look and feel
Updated text domain to be the same as a slug
Updated code to make plugin translation ready, the latest version of colorboxjs updated.
Fixed shortcode inside shortcode bug with return output
Updated for WordPress 4.1
Fixed iPhone iPad bugs
= 1.0 =
First release. Compatible with IE9,IE10, Chrome, Firefox
== Upgrade notice ==
Fix: short code Generator.