PluginProbe ʕ •ᴥ•ʔ
Video Playlist for YouTube / 6.0
Video Playlist for YouTube v6.0
trunk 1.0 2.0 3.0 4.0 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.7.1 6.8 6.9
video-playlist-for-youtube / readme.txt
video-playlist-for-youtube Last commit date
includes 2 years ago index.php 2 years ago readme.txt 2 years ago video-playlist-ytb-plugin.php 2 years ago vpfy-api-playlist-shortcode.php 2 years ago vpfy-settings-pg.php 2 years ago vpfy-vplaylist-functions.php 2 years ago
readme.txt
148 lines
1 === Video Playlist For YouTube ===
2
3 Contributors: galaxyweblinks
4 Tags: YouTube, video, gallery, playlist, thumbnail, slider, YouTube playlist, thumbnail video
5 Requires at least: WordPress 4.0 or higher
6 Tested up to: 6.0.2
7 Requires PHP: 5.6
8 Stable tag: 6.0
9 License: GPLv2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 Video Playlist for Youtube is a very nifty responsive video gallery plugin that helps you put videos and playlist wherever you need. You can add a Video Playlist in your Wordpress posts, pages, or custom post types via shortcodes.
13
14 == Description ==
15
16 The plugin is highly customizable. You can adjust the width and height of each playlist, add your video, arrange videos using drag and drop, and much more. It also lets you add the title and description of each video.
17
18 There are two ways to create video playlists for YouTube.
19
20 1] Manual Video Playlist – Using this feature, the user can create unlimited video playlists using embed custom YouTube video URLs. Users can add the title and description for each video and arrange them in any order as per their requirements. They can also set playlist width and height, enable autoplay, and display video length.
21
22 2] YouTube Channels Video Playlist – Using these features, users can create unlimited playlists dynamically via shortcode generator and display YouTube channels videos in the playlist. Users can adjust several videos to display in the playlist from the YouTube channel and much more.
23
24
25 FEATURES OF VIDEO PLAYLIST FOR YOUTUBE:
26 * Create unlimited manual video playlists using embed youtube URLs.
27 * Add title and description for each video.
28 * Show Video length/duration.
29 * Drag and drop the video to arrange the order of the videos.
30 * Customize the playlist slider size using simply scrolling it.
31 * Display youtube channels' videos.
32 * Autoplay Videos.
33 * Settings for display number of videos to show in the playlist.
34 * Generate dynamic shortcode for a playlist.
35 * Adjust the width and height features for each playlist.
36 * Create unlimited Video playlists.
37
38
39 == Installation ==
40
41 Installation Steps
42
43 1. Upload the folder to `/wp-content/plugins/` directory
44 2. Activate the plugin through the 'Plugins' menu in WordPress
45 3. Goto the `Video Playlist` admin Menu and create a playlist.
46
47 == Frequently Asked Questions ==
48
49 = How to add playlist =
50
51 Go to the "Video Playlist" admin menu and create a new playlist.
52
53 = How to display Video Playlist? =
54
55 Using shortcode, you can display it anywhere. You can find shortcode under “Video Playlist” menu once you create a playlist.
56
57 = How to adjust playlist size? =
58
59 Open your playlist and go to the slider settings section where you can customize slider/playlist width and height.
60
61 = How to display video length on the playlist? =
62
63 To display video length you must have enabled API key in the YouTube API section in the setting page and checked the "show video length/duration" in the general setting tab.
64
65 = How to create Youtube Data API V3 Key? =
66
67 Create an API key at https://console.developers.google.com/project
68
69 To create an API key, follow these steps.
70 1] Log into your Google account.
71 2] Prefer the link – https://console.developers.google.com/project
72 3] At the top bar, click "CREATE PROJECT” button to create a new project.
73 4] Once created, select that project and go to “API & Services”
74 5] Click “ENABLE APIS AND SERVICES” and enable “YouTube Data API v3” Service.
75 6] Once enabled the service, go to the “credentials” Menu and create an API Key.
76 7] Copy that key and paste it in the plugin settings page.
77
78
79 = How to create a playlist for Youtube Channel? =
80
81 Please check the below steps.
82 1] Go to the plugin setting page.
83 2] Put the Channel ID, enter the number of maximum videos to show and set Width & Height for the playlist.
84 3] Once fill all field value then press button for generating shortcode. We can create multiple shortcodes using set different options value.
85 4] Place that shortcode anywhere you want to display a video playlist.
86
87
88 == Screenshots ==
89
90 1. Preview Playlist gallery
91 2. Create a new manual playlist using embed youtube URLs
92 3. Drag n drop video and add more videos
93 4. Customize playlist size and display shortcode
94 5. Generate dynamic shortcode for display youtube channel videos
95 6. Enable Video length and autoplay
96 7. Enable YouTube API key
97 8. Help and Usage to configure API Key
98
99 == Changelog ==
100 = 6.0 =
101
102 Second Stable Release
103
104 = 5.0 =
105
106 Fixed - Minor issues.
107
108 = 4.0 =
109
110 Fixed - JavaScript error on pages without playlists
111
112 = 3.0 =
113 1] Developed playlist for display Youtube channels videos.
114 2] Auto Play Option.
115 3] Enable/disable video length/duration.
116
117 = 2.0 =
118 Implemented Video length on the video thumbnail in the playlist
119
120 = 1.0 =
121 First Stable Release
122
123 == Upgrade Notice ==
124
125 = 6.0 =
126
127 Second Stable Release
128
129 = 5.0 =
130
131 Fixed issues
132
133 = 4.0 =
134
135 Upgrade to 4.0 to avoid unexpected jquery error on pages without playlists
136
137 = 3.0 =
138
139 User should upgrade immediately for getting youtube videos from youtube channel playlist. In this version, there are many features ie. Autoplay videos, enable/disable video duration, show number of records/videos in the playlist from youtube channel.
140
141 = 2.0 =
142
143 User should upgrade version immediately for display video length on the video thumbnail.
144
145 = 1.0 =
146
147 First Stable Release. Upgrade to next for more features immediately.
148