PluginProbe
Video Gallery – YouTube Gallery, Playlist & Video Grid / trunk
Video Gallery – YouTube Gallery, Playlist & Video Grid vtrunk
4.0.6 4.0.5 4.0.4 trunk 1.0 1.0.1 1.1 1.1.1 1.2.0 1.3.0 1.4.0 1.4.1 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.5.1 2.6.0 2.7.0 2.7.2 2.7.5 2.7.6 2.8.0 All 59 releases
youtube-showcase / includes / admin / getting-started.php

getting-started.php in Video Gallery – YouTube Gallery, Playlist & Video Grid trunk, at includes/admin/getting-started.php

715 lines 71.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Getting Started
4 *
5 * @package YOUTUBE_SHOWCASE
6 * @since WPAS 5.3
7 */
8 if (!defined('ABSPATH')) exit;
9 add_action('youtube_showcase_getting_started', 'youtube_showcase_getting_started');
10 /**
11 * Display getting started information
12 * @since WPAS 5.3
13 *
14 * @return html
15 */
16 function youtube_showcase_getting_started() {
17 global $title;
18 list($display_version) = explode('-', YOUTUBE_SHOWCASE_VERSION);
19 ?>
20 <style>
21 .about-wrap img{
22 max-height: 200px;
23 }
24 div.comp-feature {
25 font-weight: 400;
26 font-size:20px;
27 }
28 .edition-com {
29 display: none;
30 }
31 .green{
32 color: #008000;
33 font-size: 30px;
34 }
35 #nav-compare:before{
36 content: "\f179";
37 }
38 #emd-about .nav-tab-wrapper a:before{
39 position: relative;
40 box-sizing: content-box;
41 padding: 0px 3px;
42 color: #4682b4;
43 width: 20px;
44 height: 20px;
45 overflow: hidden;
46 white-space: nowrap;
47 font-size: 20px;
48 line-height: 1;
49 cursor: pointer;
50 font-family: dashicons;
51 }
52 #nav-getting-started:before{
53 content: "\f102";
54 }
55 #nav-release-notes:before{
56 content: "\f348";
57 }
58 #nav-resources:before{
59 content: "\f118";
60 }
61 #nav-features:before{
62 content: "\f339";
63 }
64 #emd-about .embed-container {
65 position: relative;
66 padding-bottom: 56.25%;
67 height: 0;
68 overflow: hidden;
69 max-width: 100%;
70 height: auto;
71 }
72
73 #emd-about .embed-container iframe,
74 #emd-about .embed-container object,
75 #emd-about .embed-container embed {
76 position: absolute;
77 top: 0;
78 left: 0;
79 width: 100%;
80 height: 100%;
81 }
82 #emd-about ul li:before{
83 content: "\f522";
84 font-family: dashicons;
85 font-size:25px;
86 }
87 #gallery {
88 display: -webkit-box;
89 display: -ms-flexbox;
90 display: flex;
91 -ms-flex-wrap: wrap;
92 flex-wrap: wrap;
93 }
94 #gallery .gallery-item {
95 margin-top: 10px;
96 margin-right: 10px;
97 text-align: center;
98 cursor:pointer;
99 }
100 #gallery img {
101 border: 2px solid #cfcfcf;
102 height: 405px;
103 width: auto;
104 }
105 #gallery .gallery-caption {
106 margin-left: 0;
107 }
108 #emd-about .top{
109 text-decoration:none;
110 }
111 #emd-about .toc{
112 background-color: #fff;
113 padding: 25px;
114 border: 1px solid #add8e6;
115 border-radius: 8px;
116 }
117 #emd-about h3,
118 #emd-about h2{
119 margin-top: 0px;
120 margin-right: 0px;
121 margin-bottom: 0.6em;
122 margin-left: 0px;
123 }
124 #emd-about p,
125 #emd-about .emd-section li{
126 font-size:18px
127 }
128 #emd-about a.top:after{
129 content: "\f342";
130 font-family: dashicons;
131 font-size:25px;
132 text-decoration:none;
133 }
134 #emd-about .toc a,
135 #emd-about a.top{
136 vertical-align: top;
137 }
138 #emd-about li{
139 list-style-type: none;
140 line-height: normal;
141 }
142 #emd-about ol li {
143 list-style-type: decimal;
144 }
145 #emd-about .quote{
146 background: #fff;
147 border-left: 4px solid #088cf9;
148 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
149 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
150 margin-top: 25px;
151 padding: 1px 12px;
152 }
153 #emd-about .tooltip{
154 display: inline;
155 position: relative;
156 }
157 #emd-about .tooltip:hover:after{
158 background: #333;
159 background: rgba(0,0,0,.8);
160 border-radius: 5px;
161 bottom: 26px;
162 color: #fff;
163 content: 'Click to enlarge';
164 left: 20%;
165 padding: 5px 15px;
166 position: absolute;
167 z-index: 98;
168 width: 220px;
169 }
170 </style>
171
172 <?php add_thickbox(); ?>
173 <div id="emd-about" class="wrap about-wrap">
174 <div id="emd-header" style="padding:10px 0" class="wp-clearfix">
175 <div style="float:right"><img src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/youtubesc-icon-128x128.png"; ?>"></div>
176 <div style="margin: .2em 200px 0 0;padding: 0;color: #32373c;line-height: 1.2em;font-size: 2.8em;font-weight: 400;">
177 <?php printf(__('Welcome to YouTube Showcase Community %s', 'youtube-showcase') , $display_version); ?>
178 </div>
179
180 <p class="about-text">
181 <?php printf(__("YouTube Showcase is a powerful but simple-to-use YouTube video gallery plugin with responsive frontend.", 'youtube-showcase') , $display_version); ?>
182 </p>
183 <div style="display: inline-block;"><a style="height: 50px; background:#ff8484;padding:10px 12px;color:#ffffff;text-align: center;font-weight: bold;line-height: 50px; font-family: Arial;border-radius: 6px; text-decoration: none;" href="https://emdplugins.com/youtube-showcase/pricing/?pk_campaign=youtube-showcase-upgradebtn&amp;pk_kwd=youtube-showcase-resources"><?php printf(__('Upgrade Now', 'youtube-showcase') , $display_version); ?></a></div>
184 <div style="display: inline-block;margin-bottom: 20px;"><a style="height: 50px; background:#f0ad4e;padding:10px 12px;color:#ffffff;text-align: center;font-weight: bold;line-height: 50px; font-family: Arial;border-radius: 6px; text-decoration: none;" href="https://ytshowcase.emdplugins.com//?pk_campaign=youtube-showcase-buybtn&amp;pk_kwd=youtube-showcase-resources"><?php printf(__('Visit Pro Demo Site', 'youtube-showcase') , $display_version); ?></a></div>
185 <?php
186 $tabs['getting-started'] = __('Getting Started', 'youtube-showcase');
187 $tabs['release-notes'] = __('Release Notes', 'youtube-showcase');
188 $tabs['resources'] = __('Resources', 'youtube-showcase');
189 $tabs['features'] = __('Features', 'youtube-showcase');
190 $active_tab = isset($_GET['tab']) ? sanitize_text_field($_GET['tab']) : 'getting-started';
191 echo '<h2 class="nav-tab-wrapper wp-clearfix">';
192 foreach ($tabs as $ktab => $mytab) {
193 $tab_url[$ktab] = esc_url(add_query_arg(array(
194 'tab' => $ktab
195 )));
196 $active = "";
197 if ($active_tab == $ktab) {
198 $active = "nav-tab-active";
199 }
200 echo '<a href="' . esc_url($tab_url[$ktab]) . '" class="nav-tab ' . esc_attr($active) . '" id="nav-' . esc_attr($ktab) . '">' . esc_html($mytab) . '</a>';
201 }
202 echo '</h2>';
203 ?>
204 <?php echo '<div class="tab-content" id="tab-getting-started"';
205 if ("getting-started" != $active_tab) {
206 echo 'style="display:none;"';
207 }
208 echo '>';
209 ?>
210 <div style="height:25px" id="rtop"></div><div class="toc"><h3 style="color:#0073AA;text-align:left;">Quickstart</h3><ul><li><a href="#gs-sec-176">Live Demo Site</a></li>
211 <li><a href="#gs-sec-237">Need Help?</a></li>
212 <li><a href="#gs-sec-238">Learn More</a></li>
213 <li><a href="#gs-sec-236">Installation, Configuration & Customization Service</a></li>
214 <li><a href="#gs-sec-175">Introduction to YouTube Showcase</a></li>
215 <li><a href="#gs-sec-5">How to find your YouTube Video ID</a></li>
216 <li><a href="#gs-sec-6">Using Setup assistant</a></li>
217 <li><a href="#gs-sec-3">How to create your first video</a></li>
218 <li><a href="#gs-sec-7">YouTube Showcase Pro WordPress plugin helps you keep more visitors on your site longer.</a></li>
219 <li><a href="#gs-sec-8">EMD CSV Import Export Extension allows getting your videos in and out of WordPress quickly</a></li>
220 <li><a href="#gs-sec-142">EMD Advanced Filters and Columns Extension for finding what's important faster</a></li>
221 </ul></div><div class="quote">
222 <p class="about-description">The secret of getting ahead is getting started - Mark Twain</p>
223 </div>
224 <div id="gs-sec-176"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">Live Demo Site</div><div class="changelog emd-section getting-started-176" style="margin:0;background-color:white;padding:10px"><div id="gallery"></div><div class="sec-desc"><p>Feel free to check out our <a target="_blank" href="https://ytshowcasecom.emdplugins.com/?pk_campaign=youtube-showcase-gettingstarted&pk_kwd=youtube-showcase-livedemo">live demo site</a> to learn how to use YouTube Showcase Community starter edition. The demo site will always have the latest version installed.</p>
225 <p>You can also use the demo site to identify possible issues. If the same issue exists in the demo site, open a support ticket and we will fix it. If a YouTube Showcase Community feature is not functioning or displayed correctly in your site but looks and works properly in the demo site, it means the theme or a third party plugin or one or more configuration parameters of your site is causing the issue.</p>
226 <p>If you'd like us to identify and fix the issues specific to your site, purchase a work order to get started.</p>
227 <p><a target="_blank" style="
228 padding: 16px;
229 background: coral;
230 border: 1px solid lightgray;
231 border-radius: 12px;
232 text-decoration: none;
233 color: white;
234 margin: 10px 0;
235 display: inline-block;" href="https://support.emdplugins.com/expert-service-pricing/?pk_campaign=youtube-showcase-gettingstarted&pk_kwd=youtube-showcase-livedemo">Purchase Work Order</a></p></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-237"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">Need Help?</div><div class="changelog emd-section getting-started-237" style="margin:0;background-color:white;padding:10px"><div id="gallery"></div><div class="sec-desc"><p>There are many resources available in case you need help:</p>
236 <ul>
237 <li>Search our <a target="_blank" href="https://support.emdplugins.com">knowledge base</a></li>
238 <li><a href="https://support.emdplugins.com/kb_tags/youtube-showcase" target="_blank">Browse our YouTube Showcase Community articles</a></li>
239 <li><a href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation" target="_blank">Check out YouTube Showcase Community documentation for step by step instructions.</a></li>
240 <li><a href="https://support.emdplugins.com/emdplugins-support-introduction/" target="_blank">Open a support ticket if you still could not find the answer to your question</a></li>
241 </ul>
242 <p>Please read <a href="https://support.emdplugins.com/questions/what-to-write-on-a-support-ticket-related-to-a-technical-issue/" target="_blank">"What to write to report a technical issue"</a> before submitting a support ticket.</p></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-238"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">Learn More</div><div class="changelog emd-section getting-started-238" style="margin:0;background-color:white;padding:10px"><div id="gallery"></div><div class="sec-desc"><p>The following articles provide step by step instructions on various concepts covered in YouTube Showcase Community.</p>
243 <ul><li>
244 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article208">Concepts</a>
245 </li>
246 <li>
247 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article465">Quick Start</a>
248 </li>
249 <li>
250 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article216">Working with Videos</a>
251 </li>
252 <li>
253 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article209">Widgets</a>
254 </li>
255 <li>
256 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article210">Standards</a>
257 </li>
258 <li>
259 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article211">Integrations</a>
260 </li>
261 <li>
262 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article217">Roles and Capabilities</a>
263 </li>
264 <li>
265 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article212">Administration</a>
266 </li>
267 <li>
268 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article397">Creating Shortcodes</a>
269 </li>
270 <li>
271 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article214">Screen Options</a>
272 </li>
273 <li>
274 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article213">Localization(l10n)</a>
275 </li>
276 <li>
277 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article398">Customizations</a>
278 </li>
279 <li>
280 <a target="_blank" href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation/#article215">Glossary</a>
281 </li></ul>
282 </div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-236"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">Installation, Configuration & Customization Service</div><div class="changelog emd-section getting-started-236" style="margin:0;background-color:white;padding:10px"><div id="gallery"></div><div class="sec-desc"><p>Get the peace of mind that comes from having YouTube Showcase Community properly installed, configured or customized by eMarket Design.</p>
283 <p>Being the developer of YouTube Showcase Community, we understand how to deliver the best value, mitigate risks and get the software ready for you to use quickly.</p>
284 <p>Our service includes:</p>
285 <ul>
286 <li>Professional installation by eMarket Design experts.</li>
287 <li>Configuration to meet your specific needs</li>
288 <li>Installation completed quickly and according to best practice</li>
289 <li>Knowledge of YouTube Showcase Community best practices transferred to your team</li>
290 </ul>
291 <p>Pricing of the service is based on the complexity of level of effort, required skills or expertise. To determine the estimated price and duration of this service, and for more information about related services, purchase a work order.
292 <p><a target="_blank" style="
293 padding: 16px;
294 background: coral;
295 border: 1px solid lightgray;
296 border-radius: 12px;
297 text-decoration: none;
298 color: white;
299 margin: 10px 0;
300 display: inline-block;" href="https://support.emdplugins.com/expert-service-pricing/?pk_campaign=youtube-showcase-gettingstarted&pk_kwd=youtube-showcase-livedemo">Purchase Work Order</a></p></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-175"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">Introduction to YouTube Showcase</div><div class="changelog emd-section getting-started-175" style="margin:0;background-color:white;padding:10px"><div class="emd-yt" data-youtube-id="8MtOJaKQZKQ" data-ratio="16:9">loading...</div><div class="sec-desc"><p>Get started with YouTube Showcase. This video introduces YouTube Showcase based on the most common use cases. You will learn how to create and display your videos as well as the options available to have successful YouTube video site.</p></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-5"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">How to find your YouTube Video ID</div><div class="changelog emd-section getting-started-5" style="margin:0;background-color:white;padding:10px"><div id="gallery"><div class="sec-img gallery-item"><a class="thickbox tooltip" rel="gallery-5" href="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video_id_large.png"; ?>"><img src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video_id_540.png"; ?>"></a></div></div><div class="sec-desc"><p>It is very simple to find your YouTube video ID. First, go to the YouTube webpage. Look at the URL of that page, and at the end of it, you should see a combination of numbers and letters after an equal sign (=). This is the code you need to enter into the video key field.</p></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-6"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">Using Setup assistant</div><div class="changelog emd-section getting-started-6" style="margin:0;background-color:white;padding:10px"><div id="gallery"><div class="sec-img gallery-item"><a class="thickbox tooltip" rel="gallery-6" href="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video_gallery_large.png"; ?>"><img src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video_gallery_540.png"; ?>"></a></div></div><div class="sec-desc"><p>Setup assistant creates the gallery pages automatically.</p></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-3"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">How to create your first video</div><div class="changelog emd-section getting-started-3" style="margin:0;background-color:white;padding:10px"><div id="gallery"><div class="sec-img gallery-item"><a class="thickbox tooltip" rel="gallery-3" href="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video_edit_large.png"; ?>"><img src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video_edit_540.png"; ?>"></a></div></div><div class="sec-desc"><ol>
301 <li>Log in to your Administration Panel.</li>
302 <li>Click the 'Videos' tab.</li>
303 <li>Click the 'Add New' sub-tab or the “Add New” button in the video list page.</li>
304 <li>Start filling in your video fields. You must fill all required fields. All required fields have red star after their labels.</li>
305 <li>As needed, set video taxonomies and relationships. All required relationships or taxonomies must be set.</li>
306 <li>When you are ready, click Publish. If you do not have publish privileges, the "Submit for Review" button is displayed.</li>
307 <li>After the submission is completed, the video status changes to "Published"</li>
308 <li>Click on the permalink to see the video page</li>
309 </ol></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-7"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">YouTube Showcase Pro WordPress plugin helps you keep more visitors on your site longer.</div><div class="changelog emd-section getting-started-7" style="margin:0;background-color:white;padding:10px"><div id="gallery"><div class="sec-img gallery-item"><a class="thickbox tooltip" rel="gallery-7" href="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/GetYouTubePro.png"; ?>"><img src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/GetYouTubePro.png"; ?>"></a></div></div><div class="sec-desc"><p>The most powerful and easy to use YouTube Video plugin for WordPress with enterprise features.</p>
310 <div style="margin:25px"><a href="https://emdplugins.com/youtube-showcase/?pk_campaign=ytscpro-buybtn&pk_kwd=ytsc-resources"><img style="width: 154px;" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/button_buy-now.png"; ?>"></a>
311 </div></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-8"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">EMD CSV Import Export Extension allows getting your videos in and out of WordPress quickly</div><div class="changelog emd-section getting-started-8" style="margin:0;background-color:white;padding:10px"><div id="gallery"><div class="sec-img gallery-item"><a class="thickbox tooltip" rel="gallery-8" href="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video_impexp.png"; ?>"><img src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video_impexp.png"; ?>"></a></div></div><div class="sec-desc"><p>EMD CSV Import Export Extension helps bulk import, export, update video information from CSV files. You can also reset(delete) all data and start over again without modifying database.</p>
312 <p><a href="https://emdplugins.com/youtube-showcase/addons/import-export/?pk_campaign=emdimpexp-buybtn&pk_kwd=ytsc-resources"><img style="width: 154px;" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/button_buy-now.png"; ?>"></a></p></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px"><div id="gs-sec-142"></div><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">EMD Advanced Filters and Columns Extension for finding what's important faster</div><div class="changelog emd-section getting-started-142" style="margin:0;background-color:white;padding:10px"><div id="gallery"><div class="sec-img gallery-item"><a class="thickbox tooltip" rel="gallery-142" href="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/YouTubeShowCasePro_APM.png"; ?>"><img src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/YouTubeShowCasePro_APM.png"; ?>"></a></div></div><div class="sec-desc"><p>This extension is included in the pro edition.</p>
313 <p>EMD Advanced Filters and Columns Extension for YouTube Showcase Community edition helps you:</p>
314 <ul><li>Filter entries quickly to find what you're looking for</li>
315 <li>Save your frequently used filters so you do not need to create them again</li>
316 <li>Sort quote request columns to see what's important faster</li>
317 <li>Change the display order of columns </li>
318 <li>Enable or disable columns for better and cleaner look </li>
319 <li>Export search results to PDF or CSV for custom reporting</li></ul><div style="margin:25px"><a href="https://emdplugins.com/youtube-showcase/addons/smart-search/?pk_campaign=emd-afc-buybtn&pk_kwd=youtube-showcase-resources"><img style="width: 154px;" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/button_buy-now.png"; ?>"></a></div></div></div><div style="margin-top:15px"><a href="#rtop" class="top">Go to top</a></div><hr style="margin-top:40px">
320
321 <?php echo '</div>'; ?>
322 <?php echo '<div class="tab-content" id="tab-release-notes"';
323 if ("release-notes" != $active_tab) {
324 echo 'style="display:none;"';
325 }
326 echo '>';
327 ?>
328 <p class="about-description">This page lists the release notes from every production version of YouTube Showcase Community.</p>
329
330 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">4.0.5 changes</h3>
331 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1627" style="margin:0">
332 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
333 XSS vulnerability for emd_mb_meta function.</h3>
334 <div ></a></div></div></div><hr style="margin:30px 0">
335 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">4.0.4 changes</h3>
336 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1627" style="margin:0">
337 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
338 Function call vulnerability in the file deletion AJAX handler.</h3>
339 <div ></a></div></div></div><hr style="margin:30px 0">
340 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">4.0.3 changes</h3>
341 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1627" style="margin:0">
342 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
343 Patched an unrestricted file upload vulnerability.</h3>
344 <div ></a></div></div></div><hr style="margin:30px 0">
345 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">4.0.2 changes</h3>
346 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1627" style="margin:0">
347 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
348 An issue where non-admin users were blocked from wp-admin due to an incorrect wp_die() call in show_optin()</h3>
349 <div ></a></div></div></div><hr style="margin:30px 0">
350 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">4.0.1 changes</h3>
351 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1623" style="margin:0">
352 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
353 YouTube "Error 153 – video player configuration error" by updating embed security and referrer policy.</h3>
354 <div ></a></div></div></div><hr style="margin:30px 0">
355 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">4.0.0 changes</h3>
356 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1622" style="margin:0">
357 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
358 Tested and confirmed compatibility with WordPress 6.9.</h3>
359 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1621" style="margin:0">
360 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
361 Added a Gutenberg block to insert YouTube video galleries and grids directly from the block editor.</h3>
362 <div ></a></div></div></div><hr style="margin:30px 0">
363 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
364 Added a Gutenberg block to insert YouTube video galleries, grids, and search forms directly from the block editor.</h3>
365 <div ></a></div></div></div><hr style="margin:30px 0">
366 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.5.4 changes</h3>
367 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1612" style="margin:0">
368 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
369 Updated internationalization</h3>
370 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1611" style="margin:0">
371 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
372 Updated title for trademark</h3>
373 <div ></a></div></div></div><hr style="margin:30px 0">
374 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.5.3 changes</h3>
375 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1608" style="margin:0">
376 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
377 Validate input for emd_form_builder_lite_pagenum function</h3>
378 <div ></a></div></div></div><hr style="margin:30px 0">
379 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.5.2 changes</h3>
380 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1595" style="margin:0">
381 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
382 Vulnerability related to emd_get_widg_pagenum</h3>
383 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1594" style="margin:0">
384 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
385 Validate input for emd_form_builder_lite_pagenum function</h3>
386 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1593" style="margin:0">
387 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
388 XSS vulnerability for noaccess_msg</h3>
389 <div ></a></div></div></div><hr style="margin:30px 0">
390 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.5.1 changes</h3>
391 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1561" style="margin:0">
392 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
393 XSS vulnerability when using custom fields</h3>
394 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1560" style="margin:0">
395 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
396 tested with WP 6.8</h3>
397 <div ></a></div></div></div><hr style="margin:30px 0">
398 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.5.0 changes</h3>
399 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1540" style="margin:0">
400 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
401 WordPress dashboard accordions issue on setting and glossary pages due to changes in core code on WP 6.7.1</h3>
402 <div ></a></div></div></div><hr style="margin:30px 0">
403 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.4.0 changes</h3>
404 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1508" style="margin:0">
405 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
406 Translation to one textdomain</h3>
407 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1507" style="margin:0">
408 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
409 Vulnerability on form submit</h3>
410 <div ></a></div></div></div><hr style="margin:30px 0">
411 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.3.3 changes</h3>
412 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1423" style="margin:0">
413 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
414 tested with WP 5.9.1 and PHP 8</h3>
415 <div ></a></div></div></div><hr style="margin:30px 0">
416 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.3.2 changes</h3>
417 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1361" style="margin:0">
418 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
419 Added ability to set pagination support with customization options for multiple sidebar widgets.</h3>
420 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1360" style="margin:0">
421 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
422 Added ability to set the maximum number of videos to show in multiple sidebar widgets.</h3>
423 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1359" style="margin:0">
424 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
425 tested with WP 5.8.1</h3>
426 <div ></a></div></div></div><hr style="margin:30px 0">
427 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.3.1 changes</h3>
428 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1283" style="margin:0">
429 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
430 tested with WP 5.7</h3>
431 <div ></a></div></div></div><hr style="margin:30px 0">
432 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.3.0 changes</h3>
433 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1262" style="margin:0">
434 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
435 Pagination bar not showing in mobile devices in the video gallery view.</h3>
436 <div ></a></div></div></div><hr style="margin:30px 0">
437 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.9 changes</h3>
438 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1211" style="margin:0">
439 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
440 multi-select form component missing scroll bars when the content overflows its fixed height.</h3>
441 <div ></a></div></div></div><hr style="margin:30px 0">
442 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.8 changes</h3>
443 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1210" style="margin:0">
444 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
445 fixes and improvements for better performance and compatibility</h3>
446 <div ></a></div></div></div><hr style="margin:30px 0">
447 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.7 changes</h3>
448 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1139" style="margin:0">
449 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
450 Added version numbers to js and css files for caching purposes</h3>
451 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1138" style="margin:0">
452 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
453 tested with WP 5.5.1</h3>
454 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1132" style="margin:0">
455 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
456 updates to translation strings and libraries</h3>
457 <div ></a></div></div></div><hr style="margin:30px 0">
458 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.6 changes</h3>
459 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1086" style="margin:0">
460 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
461 updates and improvements to libraries</h3>
462 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1085" style="margin:0">
463 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
464 Added previous and next buttons for the edit screens of videos</h3>
465 <div ></a></div></div></div><hr style="margin:30px 0">
466 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.5 changes</h3>
467 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1037" style="margin:0">
468 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
469 updates and improvements to form library</h3>
470 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1034" style="margin:0">
471 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
472 Emd templates</h3>
473 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1033" style="margin:0">
474 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
475 updates and improvements to libraries</h3>
476 <div ></a></div></div></div><hr style="margin:30px 0">
477 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.4 changes</h3>
478 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-943" style="margin:0">
479 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
480 Fix issue related to extensions</h3>
481 <div ></a></div></div></div><hr style="margin:30px 0">
482 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.3 changes</h3>
483 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-933" style="margin:0">
484 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
485 Remove unused code and additional hardening for security</h3>
486 <div ></a></div></div></div><hr style="margin:30px 0">
487 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.2 changes</h3>
488 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-922" style="margin:0">
489 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
490 Paging issue on Video Gallery</h3>
491 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-921" style="margin:0">
492 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
493 XSS related issues</h3>
494 <div ></a></div></div></div><hr style="margin:30px 0">
495 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.1 changes</h3>
496 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-913" style="margin:0">
497 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
498 Emd form builder upgrade messages</h3>
499 <div ></a></div></div></div><hr style="margin:30px 0">
500 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.2.0 changes</h3>
501 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-909" style="margin:0">
502 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
503 Session cleanup workflow by creating a custom table to process records.</h3>
504 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-908" style="margin:0">
505 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
506 Added Emd form builder support</h3>
507 <div ></a></div></div></div><hr style="margin:30px 0">
508 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.1.1 changes</h3>
509 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-897" style="margin:0">
510 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
511 Misc. library updates for better stability and compatibility.</h3>
512 <div ></a></div></div></div><hr style="margin:30px 0">
513 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.1.0 changes</h3>
514 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-860" style="margin:0">
515 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
516 Emd templating system to match modern web standards</h3>
517 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-859" style="margin:0">
518 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
519 Created a new shortcode page which displays all available shortcodes. You can access this page under the plugin settings.</h3>
520 <div ></a></div></div></div><hr style="margin:30px 0">
521 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">3.0.0 changes</h3>
522 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-813" style="margin:0">
523 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
524 Added option to set No results found and No access messages in the plugin settings.</h3>
525 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-812" style="margin:0">
526 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
527 Added option to use captcha in video search submissions in the plugin settings.</h3>
528 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-811" style="margin:0">
529 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
530 Added option to show login or register before searching videos - handy feature for private or customer only videos.</h3>
531 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-810" style="margin:0">
532 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
533 Added ability enable or disable any video search field in the plugin settings.</h3>
534 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-809" style="margin:0">
535 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
536 Updated the third party code included in the plugin.</h3>
537 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-808" style="margin:0">
538 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
539 Improved the emd templating system removing obsolete code.</h3>
540 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-807" style="margin:0">
541 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
542 Added a sidebar widget allowing to search videos by title, category or tag.</h3>
543 <div ></a></div></div></div><hr style="margin:30px 0">
544 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.9.7 changes</h3>
545 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-771" style="margin:0">
546 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
547 Misc. library updates for better stability and compatibility.</h3>
548 <div ></a></div></div></div><hr style="margin:30px 0">
549 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.9.6 changes</h3>
550 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-732" style="margin:0">
551 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
552 Fixed the issue related to video thumbnails not displayed correctly in the widgets when video image resolution field is set.</h3>
553 <div ></a></div></div></div><hr style="margin:30px 0">
554 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.9.5 changes</h3>
555 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-712" style="margin:0">
556 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
557 Video grid and Video Grid Gallery thumbnails now use Video Image Resolution field to set the video image thumbnail and defaults to medium quality resolution.</h3>
558 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-711" style="margin:0">
559 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
560 Featured and recent video widget now use Video Image Resolution field to set the video image thumbnail and defaults to medium quality resolution.</h3>
561 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-710" style="margin:0">
562 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
563 Featured and recent video widget now use Video Image Resolution field to set the video image thumbnail.</h3>
564 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-709" style="margin:0">
565 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
566 Demo site - https://ytshowcasecom.emdplugins.com/ - where the latest version of YouTube Showcase Starter edition is installed.</h3>
567 <div ></a></div></div></div><hr style="margin:30px 0">
568 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.9.0 changes</h3>
569 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-583" style="margin:0">
570 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
571 paging css</h3>
572 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-582" style="margin:0">
573 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
574 library updates</h3>
575 <div ></a></div></div></div><hr style="margin:30px 0">
576 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.8.0 changes</h3>
577 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-514" style="margin:0">
578 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
579 YouTube Showcase introduction video</h3>
580 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-513" style="margin:0">
581 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
582 widget sidebar is not responding to screen size changes issue</h3>
583 <div ></a></div></div></div><hr style="margin:30px 0">
584 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.7.6 changes</h3>
585 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-512" style="margin:0">
586 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
587 video gallery paging issue</h3>
588 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-491" style="margin:0">
589 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
590 Fix video gallery paging issue</h3>
591 <div ></a></div></div></div><hr style="margin:30px 0">
592 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.7.5 changes</h3>
593 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-454" style="margin:0">
594 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
595 Removed ellipsis for long video titles. It displays full titles for Video Grid.</h3>
596 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-453" style="margin:0">
597 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
598 All gallery pages will show 6 columns on desktop, 4 columns on tablets, 3 columns on phones</h3>
599 <div ></a></div></div></div><hr style="margin:30px 0">
600 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.7.2 changes</h3>
601 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-444" style="margin:0">
602 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
603 Made all video thumb images full width to cover all available space</h3>
604 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-443" style="margin:0">
605 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
606 Removed ellipsis for long video titles. It displays full titles</h3>
607 <div ></a></div></div></div><hr style="margin:30px 0">
608 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.7.1 changes</h3>
609 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-442" style="margin:0">
610 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
611 Changed ellipsis for long video titles to full titles</h3>
612 <div ></a></div></div></div><hr style="margin:30px 0">
613 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.7.0 changes</h3>
614 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-337" style="margin:0">
615 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
616 Updated codemirror libraries for custom CSS and JS options in plugin settings page</h3>
617 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-336" style="margin:0">
618 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
619 PHP 7 compatibility</h3>
620 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-335" style="margin:0">
621 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
622 wpautop issue with br tags</h3>
623 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-334" style="margin:0">
624 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
625 Added container type field in the plugin settings</h3>
626 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-333" style="margin:0">
627 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
628 Added custom JavaScript option in plugin settings under Tools tab</h3>
629 <div ></a></div></div></div><hr style="margin:30px 0">
630 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.6.0 changes</h3>
631 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-233" style="margin:0">
632 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
633 Minor shortcode page navigation fixes and improvements</h3>
634 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-232" style="margin:0">
635 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
636 PHP 7 compatability</h3>
637 <div ></a></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-231" style="margin:0">
638 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
639 Added ability to disable EMD Templating system and switch back to theme based system from plugin settings</h3>
640 <div ></a></div></div></div><hr style="margin:30px 0">
641 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.5.1 changes</h3>
642 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-15" style="margin:0">
643 <h3 style="font-size:18px;" class="fix"><div style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
644 Plugin deactivation issue when “Remove All Data” checked in plugin settings</h3>
645 <div ></a><p>When the plugin was deleted from WordPress Plugin page, the plugin deactivation process was deleting WordPress category and tags if “Remove All Data” checked under Video Settings > Tools.</p></div></div></div><hr style="margin:30px 0">
646 <h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">2.5.0 changes</h3>
647 <div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-4" style="margin:0">
648 <h3 style="font-size:18px;" class="tweak"><div style="font-size:110%;color:#33b5e5"><span class="dashicons dashicons-admin-settings"></span> TWEAK</div>
649 New Text domain for WordPress.org translation support</h3>
650 <div ></a><p>We've changed the text domain of the plugin to make it compatible with WordPress translation system so your previous settings <strong>will not</strong> work. Click on on the settings page and <strong>save your settings</strong> again.</p></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-3" style="margin:0">
651 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
652 New Custom CSS area</h3>
653 <div ></a><p>Added Custom CSS area where you can put in plugin related CSS code specific. The code saved in this area does not get deleted during and after plugin updates.</p></div></div></div><hr style="margin:30px 0"><div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-2" style="margin:0">
654 <h3 style="font-size:18px;" class="new"><div style="font-size:110%;color:#00C851"><span class="dashicons dashicons-megaphone"></span> NEW</div>
655 New templating sytem</h3>
656 <div ></a><p>We have a new templating system which allows:</p>
657 <ul style="list-style:disc">
658 <li>Changing page templates for video, video archive and taxonomy pages</li>
659 <li>Hiding page navigation links</li>
660 </ul>
661 <p>and more from plugin settings. There is also a new EMD Widget area where you can put all your sidebar widgets that you need to be displayed in plugin pages.</p></div></div></div><hr style="margin:30px 0">
662 <?php echo '</div>'; ?>
663 <?php echo '<div class="tab-content" id="tab-resources"';
664 if ("resources" != $active_tab) {
665 echo 'style="display:none;"';
666 }
667 echo '>';
668 ?>
669 <div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">Extensive documentation is available</div><div class="emd-section changelog resources resources-4" style="margin:0;background-color:white;padding:10px"><div style="height:40px" id="gs-sec-4"></div><div id="gallery" class="wp-clearfix"></div><div class="sec-desc"><a href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation">YouTube Showcase Community Edition Documentation</a></div></div><div style="margin-top:15px"><a href="#ptop" class="top">Go to top</a></div><hr style="margin-top:40px"><div style="color:white;background:#0000003b;padding:5px 10px;font-size: 1.4em;font-weight: 600;">How to resolve theme related issues</div><div class="emd-section changelog resources resources-141" style="margin:0;background-color:white;padding:10px"><div style="height:40px" id="gs-sec-141"></div><div id="gallery" class="wp-clearfix"><div class="sec-img gallery-item"><a class="thickbox tooltip" rel="gallery-141" href="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/emd_templating_system.png"; ?>"><img src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/emd_templating_system.png"; ?>"></a></div></div><div class="sec-desc"><p>If your theme is not coded based on WordPress theme coding standards, does have an unorthodox markup or its style.css is messing up how YouTube Showcase Community pages look and feel, you will see some unusual changes on your site such as sidebars not getting displayed where they are supposed to or random text getting displayed on headers etc. after plugin activation.</p>
670 <p>The good news is YouTube Showcase Community plugin is designed to minimize theme related issues by providing two distinct templating systems:</p>
671 <ul>
672 <li>The EMD templating system is the default templating system where the plugin uses its own templates for plugin pages.</li>
673 <li>The theme templating system where YouTube Showcase Community uses theme templates for plugin pages.</li>
674 </ul>
675 <p>The EMD templating system is the recommended option. If the EMD templating system does not work for you, you need to check "Disable EMD Templating System" option at Settings > Tools tab and switch to theme based templating system.</p>
676 <p>Please keep in mind that when you disable EMD templating system, you loose the flexibility of modifying plugin pages without changing theme template files.</p>
677 <p>If none of the provided options works for you, you may still fix theme related conflicts following the steps in <a href="https://docs.emdplugins.com/docs/youtube-showcase-community-documentation">YouTube Showcase Community Documentation - Resolving theme related conflicts section.</a></p>
678
679 <div class="quote">
680 <p>If you’re unfamiliar with code/templates and resolving potential conflicts, <a href="https://support.emdplugins.com/open-a-support-ticket/?pk_campaign=raq-hireme&ticket_topic=pre-sales-questions"> do yourself a favor and hire us</a>. Sometimes the cost of hiring someone else to fix things is far less than doing it yourself. We will get your site up and running in no time.</p>
681 </div></div></div><div style="margin-top:15px"><a href="#ptop" class="top">Go to top</a></div><hr style="margin-top:40px">
682 <?php echo '</div>'; ?>
683 <?php echo '<div class="tab-content" id="tab-features"';
684 if ("features" != $active_tab) {
685 echo 'style="display:none;"';
686 }
687 echo '>';
688 ?>
689 <h3>Download Now & Showcase Your Videos Like a Pro! (Free)</h3>
690 <p>Explore the full list of features available in the the latest version of YouTube Showcase. Click on a feature title to learn more.</p>
691 <table class="widefat features striped form-table" style="width:auto;font-size:16px">
692 <tr><td><a href="https://emdplugins.com/youtube-showcase/features/youtube-showcase-beautiful-video-pages/?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video-page.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase/features/youtube-showcase-beautiful-video-pages/?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Create Stunning Video Experiences</a></td><td></td></tr>
693 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video-gallery.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Create Stunning Video Galleries with YouTube Showcase</a></td><td></td></tr>
694 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/youtube.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Centralized Management, Secure Storage</a></td><td></td></tr>
695 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/shop.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Intuitive Video Categorization And Tagging</a></td><td></td></tr>
696 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/video-folder.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Easy To Use Widgets</a></td><td></td></tr>
697 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/responsive.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Mobile-Ready Video Showcase</a></td><td></td></tr>
698 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/api.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Add captivating videos to your website in seconds</a></td><td> - Premium feature (included in Pro)</td></tr>
699 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/empower-users.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Non-Tech Friendly Video Management</a></td><td> - Premium feature (included in Pro)</td></tr>
700 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/yt-playlist.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Enhance Your Website with Dynamic Video Integration Using YouTube Showcase</a></td><td> - Premium feature (included in Pro)</td></tr>
701 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/key.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Elevate your team's capabilities through designated roles.</a></td><td> - Premium feature (included in Pro)</td></tr>
702 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/dd.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Customize Your Video Display Order with Drag-and-Drop interface</a></td><td> - Premium feature (included in Pro)</td></tr>
703 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/rgb.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Establish Connections Between Your Videos</a></td><td> - Premium feature (included in Pro)</td></tr>
704 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/multimedia-stat.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Gain a deeper understanding of your audience</a></td><td> - Premium feature (included in Pro)</td></tr>
705 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/tools.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Design Freedom: Customize Videos & Galleries to Match Your Website</a></td><td> - Premium feature (included in Pro)</td></tr>
706 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/comments.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Foster a Community with Custom Video Comments</a></td><td> - Premium feature (included in Pro)</td></tr>
707 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/custom-video-pages.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Easily Build Engaging, custom Video Galleries</a></td><td> - Premium feature (included in Pro)</td></tr>
708 <tr><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/adv-video-gallery.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Choose from Multiple Views with YouTube Showcase.</a></td><td> - Premium feature (included in Pro)</td></tr>
709 <tr><td><a href="https://emdplugins.com/youtube-showcase/addons/smart-search?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/zoomin.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase/addons/smart-search?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Effortlessly find specific videos</a></td><td> - Add-on (included in Pro)</td></tr>
710 <tr><td><a href="https://emdplugins.com/youtube-showcase/addons/import-export?pk_campaign=youtube-showcase-com&pk_kwd=getting-started"><img style="width:128px;height:auto" src="<?php echo YOUTUBE_SHOWCASE_PLUGIN_URL . "assets/img/csv-impexp.png"; ?>"></a></td><td><a href="https://emdplugins.com/youtube-showcase/addons/import-export?pk_campaign=youtube-showcase-com&pk_kwd=getting-started">Optimize Video Management: YouTube Showcase Import/Export Addon</a></td><td> - Add-on (included in Pro)</td></tr>
711 </table>
712 <?php echo '</div>'; ?>
713 <?php echo '</div>';
714 }
715