PluginProbe
Taboola / trunk
Taboola vtrunk
1.0.4 1.0.5 1.0.6 1.0.8 2.0.1 2.0.2 2.1.0 2.1.1 2.2.2 2.2.3 3.0.0 3.0.1 3.0.2 3.1.0 trunk 1.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.2 1.0.3
← All changes | settings.php +427 -623 2.0.2trunk View file →
@@ -1,5 +1,4 @@
1 -<!-- Latest font-awesome include-->
2 1 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
3 2
4 3 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
5 4 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
@@ -5,417 +4,38 @@
5 4 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
6 5 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
7 6
8 7 <style>
9 -
10 - .taboola-container {
11 - padding: 20px;
12 - padding-left: 0;
13 - font-size: 14px;
14 - background-color: #FAF9F6;
15 - font-family: Roboto,Lato,Hind -apple-system,Helvetica Neue,sans-serif;
16 - }
17 -
18 - .settings_block {
19 - background-color: #fff;
20 - border: 1px solid #d4d9df;
21 - border-radius: 8px;
22 - margin-top: 10px;
23 - width: 50%;
24 - }
25 -
26 - .settings_block.widget_settings_block { /* Give the widget settings block some extra space at the end */
27 - padding-bottom: 15px;
28 - }
29 -
30 - .settings_block input {
31 - border-color: #ccc; /* Most of the inputs are styled via jQuery. This is for any others - e.g. #publisher-id */
32 - }
33 -
34 - .publisher_welcome_massage{
35 - float: right;
36 - width: 36%;
37 - padding: 20px 10px 10px 0px;
38 - margin: 40px 6% 0 0;
39 - background: #FFFACD;
40 - border: 1px solid #d4d9df;
41 - border-radius: 20px;
42 - }
43 -
44 - .switch_style{
45 - margin : 10px 10px 20px 10px;
46 - }
47 -
48 - .style_box1, .pub_id{
49 - padding: 10px 10px 0px 20px;
50 - }
51 -
52 - .statement{
53 - padding: 10px 10px 10px 20px;
54 - }
55 -
56 - .widget_below, .widget_below_mid, .widget_below_mid_selector, .widget_below_home, .widget_below_home_selector{
57 - width: 50%;
58 - float: left;
59 - padding: 5px 0px 0px 20px;
60 - }
61 -
62 - .mode_style, .mode_style_mid, .mode_style_home, .mode_style_home_selector{
63 - width: 50%;
64 - padding: 0px 0px 3px 20px;
65 - float:left;
66 - }
67 -
68 - .placement_style, .placement_style_mid, .placement_style_home_occurrence,.placement_style_home {
69 - padding: 0px 0px 8px 0px;
70 - width: 50%;
71 - float: right;
72 - }
73 -
74 - .widget_below_mid_selector{
75 - padding: 8px 0px 0px 0px;
76 - }
77 -
78 - .placement_below_mid_occurrence,.mode_style_mid_selector {
79 - padding: 0px 0px 8px 20px;
80 - }
81 -
82 - .heading_mid_home{
83 - padding: 20px 0px 8px 20px;
84 - }
85 -
86 - #mid_occurrence_div, #mid_css_selector_div {
87 - width: 50%;
88 - float: left;
89 - margin: 19px 0px 0px 0px;
90 - }
91 -
92 - /* slider button CSS */
93 -
94 - .switch {
95 - position: relative;
96 - display: inline-block;
97 - width: 45px;
98 - height: 20px;
99 - float: right;
100 - }
101 -
102 - .switch input {
103 - opacity: 0;
104 - width: 0;
105 - height: 0;
106 - }
107 -
108 - .slider {
109 - position: absolute;
110 - cursor: pointer;
111 - top: 0;
112 - left: 0;
113 - right: -1px;
114 - bottom: 0;
115 - background-color: #ccc;
116 - -webkit-transition: .4s;
117 - transition: .4s;
118 - }
119 -
120 - .slider:before {
121 - position: absolute;
122 - content: "";
123 - height: 18px;
124 - width: 18px;
125 - left: 1px;
126 - bottom: 1px;
127 - background-color: white;
128 - -webkit-transition: .4s;
129 - transition: .4s;
130 - }
131 -
132 - input:checked + .slider {
133 - background-color: #0f4c81;
134 - }
135 -
136 - input:focus + .slider {
137 - box-shadow: 0 0 1px #0f4c81;
138 - }
139 -
140 - input:checked + .slider:before {
141 - -webkit-transform: translateX(26px);
142 - -ms-transform: translateX(26px);
143 - transform: translateX(26px);
144 - }
145 -
146 - /* Rounded sliders */
147 -
148 - .slider.round {
149 - border-radius: 34px;
150 - }
151 -
152 - .slider.round:before {
153 - border-radius: 50%;
154 - }
155 -
156 - /* slider button CSS */
157 -
158 - .request_link {
159 - float: right;
160 - margin-right: 10px;
161 - line-height: 26px;
162 - }
163 -
164 -/* hide and position tooltip */
165 -
166 - .tooltip div{
167 - visibility: hidden;
168 - width: auto;
169 - display: inline-block;
170 - background: #0f4c81;
171 - color: #ffffff;
172 - font-weight: normal;
173 - font-size: 12px;
174 - border-radius: 6px;
175 - padding: 5px;
176 - margin-left: 5px;
177 - max-width: 350px;
178 - position: absolute;
179 - z-index: 999;
180 - transition-delay: 0.25s;
181 - }
182 -
183 - .tooltip div a:hover{
184 - text-decoration: underline;
185 - }
186 -
187 - .tooltip{
188 - opacity: 1 !important;
189 - font-size: 13px !important;
190 - display: contents !important;
191 - }
192 -
193 - .tooltip:hover div{
194 - visibility: visible;
195 - transition-delay: 0.5s;
196 - }
197 -
198 - .tooltip div a{
199 - text-decoration: none;
200 - font-weight: bold;
201 - color: #fff;
202 - }
203 -
204 - .label-success {
205 - background: #a4fba6 !important;
206 - border: 1px solid #d2f2d4;
207 - border-radius: 10px;
208 - padding: 10px 30px 20px 10px;
209 - font-size: 14px;
210 - display: block;
211 - margin-top: 10px;
212 - color: green;
213 - width: 50%;
214 - }
215 - .label-error {
216 - background: #ffbaba;
217 - border: 1px solid #ffbaba;
218 - border-radius: 10px;
219 - padding: 10px 30px 20px 10px;
220 - font-size: 14px;
221 - display: block;
222 - margin-top: 10px;
223 - color: red;
224 - width: 50%;
225 - }
226 -
227 - .label-error ul {
228 - list-style-position: inside;
229 - list-style-type: disc;
230 - text-indent: 2em;
231 - }
232 -
233 - .label-error p {
234 - font-size: 14px;
235 - }
236 -
237 - .change_button{
238 - float: right;
239 - }
240 -
241 - .apply_button{
242 - /* margin-top: 20px; */
243 - background-color: #0f4c81;
244 - color: #fff;
245 - padding: 0.8rem 1rem;
246 - border-radius: 7px;
247 - border: transparent;
248 - float: right;
249 - }
250 -
251 - .apply_button:hover {
252 - background-color: #1261A0;
253 - cursor: pointer;
254 - }
255 -
256 - .helpTooltip__icon___1XWGN,
257 - .helpTooltip__icon___1XWGN_read{
258 - color: #b8c1ca;
259 - width: 1em;
260 - height: 1em;
261 - margin: 4px;
262 - }
263 -
264 - .helpTooltip__icon___1XWGN_read{
265 - margin-top: 4px;
266 - }
267 -
268 - .helpTooltip__icon___1XWGN_first{
269 - color: #b8c1ca;
270 - width: 1em;
271 - height: 1em;
272 - }
273 -
274 - .checkbox_read{
275 - padding: 0px 0px 5px 20px;
276 - float: left;
277 - }
278 -
279 - label:hover{
280 - cursor: default;
281 - }
282 -
283 - ::placeholder{
284 - color: #DEDEDE;
285 - }
286 -
287 - .widget_h2,.general_h2{
288 - font-size: 18px;
289 - font-weight: 500;
290 - }
291 -
292 - .list_l1{
293 - border-top: 1px solid #DEDEDE;
294 - margin: 30px 20px 0px 0px;
295 - margin-left: 14%;
296 - }
297 -
298 - .theme_image{
299 - width: 50%;
300 - }
301 -
302 - .welcome_heading{
303 - margin-left: 8%;
304 - font-size: 1.5em;
305 - }
306 -
307 - .first_p,
308 - .second_p{
309 - margin-left: 14%;
310 - font-size: 14px;
311 - }
312 -
313 - .list_l1 p{
314 - font-size: 13px;
315 - }
316 -
317 - input#publisher-id,
318 - input#first_bc_placement,
319 - input#mid_placement,
320 - input#home_placement{
321 - width: 36%;
322 - }
323 -
324 - input#first_bc_widget_id,
325 - input#mid_widget_id,
326 - input#mid_location_string,
327 - input#home_widget_id,
328 - input#home_location_string{
329 - width: 77%;
330 - }
331 -
332 - label{
333 - font-weight: normal !important;
334 - }
335 -
336 - label#pub_id{
337 - color: #000000;
338 - }
339 -
340 - input#out_of_content_enabled {
341 - height: 16px;
342 - width: 16px;
343 - }
344 -
345 - input[type=checkbox]:checked::before {
346 - width: 1.8rem !important;
347 - }
348 -
349 - input[type=checkbox]:focus {
350 - outline: none !important;
351 - outline-offset: 0px !important;
352 - }
353 -
354 - input[type=checkbox]{
355 - margin: -5px 0 0;
356 - }
357 -
358 - #homepage{
359 - display: none;
360 - }
361 -
362 - #show-advanced-settings{
363 - text-decoration: none;
364 - color: #666666;
365 - margin-top: 5px;
366 - cursor: pointer;
367 - float: left;
368 - width: 50%;
369 - font-family: Roboto, Lato, "Hind -apple-system", "Helvetica Neue", sans-serif;
370 - font-style: italic;
371 - }
372 -
373 - #advanced-settings-main{
374 - margin: 10px 0px 0px 10px;
375 - width: 49%;
376 - }
377 -
378 - div#mid_article {
379 - padding-bottom: 100px;
380 - }
381 -
382 - #mid_css_selector_div{
383 - display: none;
384 - }
385 -
386 - input.highlight {
387 - border: 1px solid orange !important;
388 - }
389 -
8 + <?php include 'css/main.css'; ?>
390 9 </style>
391 10
392 -<?php
393 -
394 -// $short_version =strlen(TABOOLA_PLUGIN_VERSION) == 5 ? substr(TABOOLA_PLUGIN_VERSION,0,3) : ""; // E.g. '2.1.0' => '2.1' (else '')
395 -
396 -?>
397 -
398 - <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
399 - <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> -->
400 -
401 -
402 11 <div class="taboola-container">
403 12 <div class="theme_image">
404 13 <img src='<?php echo $this->plugin_url.'img/taboola.png' ?>' style='width:150px;'/>
405 14 </div>
406 15
407 - <h2 style="font-size:1.7em;">Taboola WordPress Plugin 2</h2>
16 + <h2 style="font-size:1.7em;">Taboola WordPress Plugin</h2>
408 17
409 -<!-- errors/success message -->
18 + <h2 class="nav-tab-wrapper">
19 + <a href="#tab1" class="nav-tab" id="tab1-link">Web</a>
20 + <a href="#tab2" class="nav-tab" id="tab2-link">Web Push</a>
21 + </h2>
410 22
411 - <?php
412 - if($_SERVER['REQUEST_METHOD'] == 'POST' && count($taboola_errors) == 0){
23 +<?php
24 + if($_SERVER['REQUEST_METHOD'] == 'POST' && count($taboola_errors) == 0 && $taboola_save_error == ''){
413 25 echo "<div class='label-success'>";
414 26 echo "<h3 style='color:green;'>Changes applied!</h3>";
415 27 echo "<span>Verify the new changes by browsing to your site.</span>";
416 28 echo "</div>";
417 29 }
30 +
31 + if($taboola_save_error != ''){
32 + echo "<div class='label-error'>";
33 + echo "<h3 style='color:red;'>Settings were not saved</h3>";
34 + echo "<p>".esc_html($taboola_save_error)."</p>";
35 + echo "<p><b>All values</b> have been reverted to the last successful save.</p>";
36 + echo "</div>";
37 + }
418 38
419 39 if(count($taboola_errors) > 0){
420 40 echo "<div class='label-error'>";
421 41 echo "<h3 style='color:red;'>Missing or incorrect values</h3>";
@@ -432,33 +52,50 @@
432 52 ?>
433 53
434 54 <script>
435 55 function setEnabledDisabled(divID, chkToggle) {
436 - /*
437 - JS function for form.
438 - Enables/disables fields for the given section ('divID'), depending on whether 'chkToggle' is checked.
439 - */
440 -
441 56 var applyColor = (chkToggle.checked ? "#000" : "#666");
442 -
443 - // Set all labels in that section ('divID') to the relevant color.
444 57 $(divID).find("label").css("color", applyColor);
445 -
446 - // Disable (/enable) all input fields in that section ('divID'), except for 'chkToggle'.
447 - // Once done, apply a gray border color.
448 58 $(divID).find("input").not("#" + chkToggle.id).prop("disabled", !chkToggle.checked).css("borderColor", "#ccc");
449 59 $(divID).find("select").not("#" + chkToggle.id).prop("disabled", !chkToggle.checked).css("borderColor", "#ccc");
60 + }
61 +</script>
450 62
63 +<script>
64 +jQuery(document).ready(function($) {
65 + function showTab(tabId) {
66 + $('.nav-tab').removeClass('nav-tab-active');
67 + $('.tab-content').removeClass('active').hide();
68 +
69 + $('a[href="' + tabId + '"]').addClass('nav-tab-active');
70 + $(tabId).addClass('active').show();
451 71 }
72 +
73 + $('.nav-tab').click(function(e) {
74 + e.preventDefault();
75 + var tabId = $(this).attr('href');
76 + window.location.hash = tabId;
77 + $('#active_tab').val(tabId);
78 + showTab(tabId);
79 + });
80 +
81 + var hash = window.location.hash;
82 + if (hash) {
83 + showTab(hash);
84 + $('#active_tab').val(hash);
85 + } else {
86 + showTab('#tab1');
87 + }
88 +
89 + $('form').submit(function() {
90 + var activeTab = $('.nav-tab.nav-tab-active').attr('href');
91 + $('#active_tab').val(activeTab);
92 + });
93 +});
452 94 </script>
453 95
454 96 <script>
455 97 $(document).ready(function(){
456 - // On page load:
457 - if ($('#mid_paragraph_ui_mode').val() == 'Other') {
458 - $("#mid_css_selector_div").show();
459 - }
460 -
461 98 if ($('#home_enabled').prop("checked") === true) {
462 99 $("#homepage").show();
463 100 var ad = $('#show-advanced-settings');
464 101 ad.text("<< Hide advanced settings");
@@ -467,9 +104,8 @@
467 104 </script>
468 105
469 106 <script>
470 107 $(document).ready(function(){
471 - // On clicking 'Advanced settings'
472 108 $("#show-advanced-settings").click(function() {
473 109 $("#homepage").slideToggle("fast");
474 110 var ad = $('#show-advanced-settings');
475 111 ad.text() == "Show advanced settings >>" ? ad.text("<< Hide advanced settings") : ad.text("Show advanced settings >>");
@@ -476,44 +112,10 @@
476 112 });
477 113 });
478 114 </script>
479 115
480 -
481 -<script>
482 -$(document).ready(function(){
483 -
484 - // On selecting an item in the dropdown:
485 - $('#mid_paragraph_ui_mode').on('change', function(e){
486 - e.preventDefault();
487 - if ( this.value == 'Other')
488 - {
489 - $("#mid_css_selector_div").show();
490 -
491 - // Highlight relevant fields:
492 - $("#mid_location_string, #mid_occurrence").addClass('highlight');
493 - setTimeout(() => $("#mid_occurrence, #mid_location_string").removeClass('highlight'), 1500);
494 -
495 - }
496 - else
497 - {
498 - $("#mid_location_string").val("p"); // Set it back to the default value of 'p'
499 - $("#mid_css_selector_div").hide();
500 -
501 - // Highlight the 'occurrence' field:
502 - $("#mid_occurrence").addClass('highlight');
503 - setTimeout(() => $("#mid_occurrence").removeClass('highlight'), 1000);
504 - }
505 - });
506 -
507 -});
508 -</script>
509 -
510 -
511 -
512 -<!-- Welcome Massage -->
513 -
514 - <div class="publisher_welcome_massage">
515 - <h2 class="welcome_heading">Welcome to Taboola WordPress Plugin 2!</h2>
116 +<div class="publisher_welcome_massage">
117 + <h2 class="welcome_heading">Welcome to Taboola WordPress Plugin</h2>
516 118 <p class="first_p">For detailed instructions, see the <a href="https://developers.taboola.com/web-integrations/docs/wordpress-plugin-managing-placements" target='_blank'>Taboola Dev Center.</a></p>
517 119 <p class="second_p"><b>Stuck? Need a hand?</b> Feel free to reach out via our <a href="https://developers.taboola.com/web-integrations/discuss" target='_blank'>Online Community</a>.</p>
518 120 <div class="list_l1">
519 121 <p>Usage of this plugin is subject to <b>Taboola's</b> <a href="https://www.taboola.com/policies/platform-terms-of-service" target='_blank'>terms of service.</a></p>
@@ -519,161 +121,266 @@
519 121 <p>Usage of this plugin is subject to <b>Taboola's</b> <a href="https://www.taboola.com/policies/platform-terms-of-service" target='_blank'>terms of service.</a></p>
520 122 </div>
521 123 </div>
522 124
523 -<!-- Welcome Massage-->
524 -
525 - <form method="POST">
526 -
527 - <?php
528 - // Generate a nonce and pass it via a hidden field
125 +<form method="POST">
126 +<?php
529 127 $my_nonce = wp_create_nonce( 'my_plugin_update_field_action' );
530 - ?>
128 +?>
129 +<input type="hidden" name="my_plugin_nonce" value="<?php echo esc_attr( $my_nonce ); ?>"/>
130 +<input type="hidden" id="active_tab" name="active_tab" value="#tab1"/>
531 131
532 - <input type="hidden" name="my_plugin_nonce" value="<?php echo esc_attr( $my_nonce ); ?>"/>
533 132
534 - <h2 class="general_h2">General Settings</h2>
535 -
536 - <div class="settings_block">
537 - <div class="style_box1"><label id="pub_id">Publisher ID :</label>
538 - <div class="tooltip">
539 - <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
540 - <!-- <img class="helpTooltip__icon___1XWGN" src='<?php echo $this->plugin_url.'img/tooltip_image.svg' ?>'/> -->
541 - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN_first">
542 - <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
543 - </g>
544 - </svg>
545 - <!-- <div id="arrow" ></div> -->
546 - <div>Your Publisher ID, as provided by Taboola.</div>
133 +<div id="tab1" class="tab-content">
134 + <h2 class="general_h2">General Settings</h2>
135 +
136 + <div class="settings_block">
137 + <div class="style_box1"><label id="pub_id">Publisher ID :</label>
138 + <div class="tooltip">
139 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN_first">
140 + <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
141 + </g>
142 + </svg>
143 + <div>Your Publisher ID, as provided by Taboola.</div>
144 + </div>
547 145 </div>
146 + <div class="pub_id">
147 + <input id="publisher-id" type="text" name="publisher_id" placeholder="publisher" value="<?php echo !empty($settings->publisher_id) ? strip_tags($settings->publisher_id) : '' ?>"/>
148 + </div>
149 + <div class="statement">
150 + <label style="color: #000000; padding-">
151 + Don't have an account with taboola? <a href='http://taboola.com/contact' target='_blank'>Contact us</a> to get started.
152 + </label>
153 + </div>
548 154 </div>
549 - <div class="pub_id">
550 - <input id="publisher-id" type="text" name="publisher_id" placeholder="publisher" value="<?php echo !empty($settings->publisher_id) ? htmlspecialchars($settings->publisher_id) : '' ?>"/>
155 +
156 + <h2 class="widget_h2">Taboola Units</h2>
157 + <div id="below_article" class="settings_block widget_settings_block">
158 + <div class="switch_style">
159 + <label class="switch">
160 + <input id="first_bc_enabled" type="checkbox" <?php echo !empty($settings->first_bc_enabled) ? "checked='checked'" : "" ?> onclick="setEnabledDisabled('#below_article', this)" name="first_bc_enabled" />
161 + <span class="slider round"></span>
162 + </label>
163 + <b style="font-size:15px;">Below-article</b>
551 164 </div>
552 - <div class="statement">
553 - <label style="color: #000000;">Don't have an account with taboola?</label>
554 - <a style='float: inherit;' class='request_link' href='http://taboola.com/contact' target='_blank'>Contact us</a>
555 - <label style="margin-left: -9px; color: #000000;">to get started.</label>
165 + <div class="label_below">
166 + <div class="mode_style">
167 + <label id="first_bc_widget_id_label" style="float:left;">Mode (Widget ID):</label>
168 + <div class="tooltip">
169 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
170 + <g fill="none" fill-rule="evenodd">
171 + <path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
172 + </g>
173 + </svg>
174 + <div>Your <i>below-article</i> Mode (Widget ID), as provided by Taboola. </div>
175 + </div>
176 + </div>
177 + <div class="placement_style">
178 + <label id="first_bc_placement_label" style="float:left;">Placement Name:</label>
179 + <div class='tooltip'>
180 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
181 + <g fill="none" fill-rule="evenodd">
182 + <path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
183 + </g>
184 + </svg>
185 + <div>Your <i>below-article</i> Placement Name, as provided by Taboola. <br>
186 + <br> When upgrading from v1, fill in 'below-article'. <br>
187 + <br> For more information, reach out via our <a href="https://developers.taboola.com/web-integrations/discuss" target='_blank'>Online Community</a>, or contact Taboola Support.
188 + </div>
189 + </div>
190 + </div>
556 191 </div>
557 - </div>
558 -
559 -
560 -<!-- Below Article Widget -->
561 - <h2 class="widget_h2">Taboola Units</h2>
562 - <div id="below_article" class="settings_block widget_settings_block">
563 - <div class="switch_style">
564 - <label class="switch">
565 - <input id="first_bc_enabled" type="checkbox" <?php echo !empty($settings->first_bc_enabled) ? "checked='checked'" : "" ?> onclick="setEnabledDisabled('#below_article', this)" name="first_bc_enabled" />
566 - <span class="slider round"></span>
567 - </label>
568 - <b style="font-size:15px;">Below-article</b>
569 - </div>
570 - <div class="label_below">
571 - <div class="mode_style">
572 - <label id="first_bc_widget_id_label" style="float:left;">Mode (Widget ID):</label>
573 - <div class="tooltip">
574 - <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
575 - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
576 - <g fill="none" fill-rule="evenodd">
577 - <path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
578 - </g>
579 - </svg>
580 - <div>Your <i>below-article</i> Mode (Widget ID), as provided by Taboola. </div>
581 - </div>
192 + <div class="input_below">
193 + <div class="widget_below">
194 + <input id="first_bc_widget_id" type="text" value="<?php echo !empty($settings->first_bc_widget_id) ? strip_tags($settings->first_bc_widget_id) : "" ?>" name="first_bc_widget_id" placeholder="Widget ID" />
195 + </div>
196 + <div class="placement_below">
197 + <input type="text" id="first_bc_placement" value="<?php echo !empty($settings->first_bc_placement) ? strip_tags($settings->first_bc_placement) : "" ?>" name="first_bc_placement" placeholder="Placement Name" />
198 + </div>
582 199 </div>
583 - <div class="placement_style">
584 - <label id="first_bc_placement_label" style="float:left;">Placement Name:</label>
585 - <div class='tooltip'>
586 - <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
587 - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
588 - <g fill="none" fill-rule="evenodd">
200 + <br />
201 + <div class='location_section'>
202 + <div class='checkbox_read'>
203 + <input id="out_of_content_enabled" type="checkbox" <?php echo !empty($settings->out_of_content_enabled) ? "checked='checked'" : "" ?> name="out_of_content_enabled" />
204 + <label id="out_of_content_enabled_label">Place the feed/widget just after the article container (required for <b>Read More</b>)</label>
205 + </div>
206 + <div class='tooltip'>
207 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN_read">
208 + <g fill="none" fill-rule="evenodd">
589 209 <path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
590 - </g>
210 + </g>
591 211 </svg>
592 - <div>Your <i>below-article</i> Placement Name, as provided by Taboola. <br>
593 - <br> When upgrading from v1, fill in 'below-article'. <br>
594 - <br> For more information, reach out via our <a href="https://developers.taboola.com/web-integrations/discuss" target='_blank'>Online Community</a>, or contact Taboola Support.
212 + <div>
213 + Required in order for Taboola to activate <i>Read More</i>.<br><br>
214 + Read More buttons can boost audience engagement significantly, especially on mobile devices.<br><br>
215 + For more information, see the <a href="https://developers.taboola.com/web-integrations/docs/wordpress-plugin-managing-placements#below-article-widget" target='_blank'>Taboola Dev Center</a>.</div>
595 216 </div>
596 - </div>
597 217 </div>
598 - </div>
599 - <div class="input_below">
600 - <div class="widget_below">
601 - <input id="first_bc_widget_id" type="text" value="<?php echo !empty($settings->first_bc_widget_id) ? htmlspecialchars($settings->first_bc_widget_id) : "" ?>" name="first_bc_widget_id" placeholder="Widget ID" />
602 218 </div>
603 - <div class="placement_below">
604 - <input type="text" id="first_bc_placement" value="<?php echo !empty($settings->first_bc_placement) ? htmlspecialchars($settings->first_bc_placement) : "" ?>" name="first_bc_placement" placeholder="Placement Name" />
605 - </div>
606 - </div>
607 219
608 - <!-- Below Article Widget -->
609 - <!-- Advanced Settings -->
610 - <br />
611 - <div class='location_section'>
612 - <div class='checkbox_read'>
613 - <input id="out_of_content_enabled" type="checkbox" <?php echo !empty($settings->out_of_content_enabled) ? "checked='checked'" : "" ?> name="out_of_content_enabled" />
614 - <label id="out_of_content_enabled_label">Place the feed/widget just after the article container (required for <b>Read More</b>)</label>
615 - </div>
220 + <div id="mid_article" class="settings_block widget_settings_block">
221 + <div class="switch_style">
222 + <label class="switch">
223 + <input id="mid_enabled" type="checkbox" <?php echo !empty($settings->mid_enabled) ? "checked='checked'" : "" ?> onclick="setEnabledDisabled('#mid_article', this)" name="mid_enabled"/>
224 + <span class="slider round"></span>
225 + </label>
226 + <b style="font-size:15px;">Mid-article</b>
227 + </div>
228 +
229 + <div id="mid-article-widgets-container">
230 + <?php
231 + $mid_widgets = !empty($settings->mid_widgets) ? json_decode($settings->mid_widgets) : array();
232 + if (empty($mid_widgets)) {
233 + $mid_widgets = array(new stdClass());
234 + }
235 + foreach ($mid_widgets as $index => $widget) {
236 + ?>
237 + <div class="mid-article-widget" style="border: 1px solid #ddd; padding: 10px; margin-top: 10px; border-radius: 5px;">
238 + <h4 style="font-size: 14px; font-weight: bold;">Mid-Article Widget #<?php echo $index + 1; ?></h4>
239 + <div style="display: flex; flex-wrap: wrap;">
240 + <div style="flex: 1; min-width: 250px; padding-right: 10px;">
241 + <label>Mode (Widget ID):</label>
242 + <input class="widefat" type="text" name="mid_widget_id[]" value="<?php echo esc_attr($widget->widget_id ?? ''); ?>" placeholder="thumbnails-mid1" />
243 + </div>
244 + <div style="flex: 1; min-width: 250px;">
245 + <label>Placement Name:</label>
246 + <input class="widefat" type="text" name="mid_placement[]" value="<?php echo esc_attr($widget->placement ?? ''); ?>" placeholder="Mid Article Thumbnails" />
247 + </div>
248 + </div>
249 + <div class='heading_mid_home'><label style="float:left;">Position the widget immediately below the element:</label>
616 250 <div class='tooltip'>
617 - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN_read">
618 - <g fill="none" fill-rule="evenodd">
619 - <path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
620 - </g>
621 - </svg>
622 - <div>
623 - Required in order for Taboola to activate <i>Read More</i>.<br><br>
624 - Read More buttons can boost audience engagement significantly, especially on mobile devices.<br><br>
625 - For more information, see the <a href="https://developers.taboola.com/web-integrations/docs/wordpress-plugin-managing-placements#below-article-widget" target='_blank'>Taboola Dev Center</a>.</div>
251 + <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
252 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
253 + <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
254 + </g>
255 + </svg>
256 + <div>The widget will be placed <i>just beneath</i> this element.<br><br>
257 + To target an element, 2 pieces of information are needed:<br><br>
258 + i) A CSS selector - e.g. <i>p</i> (for paragraph).<br>
259 + ii) An occurrence - e.g. 1st, 2nd, 3rd, etc.<br><br>
260 + For more information, see the <a href="https://developers.taboola.com/web-integrations/docs/wordpress-plugin-managing-placements" target='_blank'>Taboola Dev Center</a>.
261 + </div>
626 262 </div>
627 - </div>
628 263 </div>
629 -<!-- Advanced Settings -->
630 264
631 -<!-- Mid Article Widget -->
265 + <div style="display: flex; flex-wrap: wrap; margin-top: 10px;">
266 + <div style="flex: 1; min-width: 200px; padding-right: 10px;">
267 + <label>Position:</label>
268 + <select class="widefat mid-widget-type-selector" name="mid_paragraph_ui_mode[]">
269 + <option value="Paragraph" <?php echo !isset($widget->location_string) || $widget->location_string === 'p' ? 'selected' : ''; ?>>Paragraph</option>
270 + <option value="Other" <?php echo isset($widget->location_string) && $widget->location_string !== 'p' ? 'selected' : ''; ?>>Other (Custom)</option>
271 + </select>
272 + </div>
273 + <div style="flex: 1; min-width: 150px; padding-right: 10px;" class="mid-css-selector-container">
274 + <label>CSS selector:</label>
275 + <input class="widefat" type="text" name="mid_location_string[]" value="<?php echo esc_attr($widget->location_string ?? 'p'); ?>" />
276 + </div>
277 + <div style="flex: 1; min-width: 150px;">
278 + <label>Paragraph/Element Number:</label>
279 + <input class="widefat" type="number" name="mid_location_string_occurrence[]" value="<?php echo esc_attr($widget->occurrence ?? '1'); ?>" min="1" style="width:80px;">
280 + </div>
281 + </div>
282 + <button type="button" class="button remove-mid-widget" style="margin-top: 10px;">Remove Widget</button>
283 + </div>
284 + <?php } ?>
285 + </div>
286 + <button type="button" id="add-mid-widget" class="button button-primary" style="margin-top: 15px;">+ Add Another Mid-Article Widget</button>
287 + </div>
288 + <div id="right-rail" class="settings_block widget_settings_block">
289 + <label id="right-rail-label"><b style="font-size:15px;margin-left: 10px;">Right-rail (sidebar)</b> </label>
290 + <div style="font-size:14px;margin: 5px 10px 10px 10px;">You can insert a <b>Taboola</b> unit in your website <b>sidebar</b> (if your <b>WordPress</b> theme provides one):</div>
632 291
633 -<div id="mid_article" class="settings_block widget_settings_block">
634 - <div class="switch_style">
635 - <label class="switch">
636 - <input id="mid_enabled" type="checkbox" <?php echo !empty($settings->mid_enabled) ? "checked='checked'" : "" ?> onclick="setEnabledDisabled('#mid_article', this)" name="mid_enabled"/>
637 - <span class="slider round"></span>
638 - </label>
639 - <b style="font-size:15px;">Mid-article</b>
640 - </div>
292 + <div id="rightrail-banner">
293 + 1. In the <b>sidebar menu</b> (<i>left</i>) select <b>Appearance</b> > <b>Widgets</b>, or click <a href="widgets.php" target="_blank">here</a> to open the <b>Widgets</b> panel. </br>
294 + 2. Click on the <span style="font-size: 18px; font-weight:bold">+</span> icon (<i>top, left</i>) and type in <b>"Taboola".</b></br>
295 + 3. Drag the <b>Taboola</b> widget to the desired position in the sidebar (<i>right</i>).</br>
296 + 4. Enter the <b>Widget ID (Mode)</b>, as provided by <b>Taboola</b>.</br>
297 + 5. Click on <b>Update</b> (<i>top, right</i>) to save your changes.</br>
298 + 6. Browse to your website and verify that the newly added unit displays correctly.</br>
299 + <hr>
300 + To <b>watch a demo</b> of the above steps, see our <a href="https://developers.taboola.com/web-integrations/docs/sidebar-widget" target="_blank">online docs</a>.
301 + </div>
302 + </div>
303 +<div id="category_widget" class="settings_block widget_settings_block">
304 + <div class="switch_style">
305 + <label class="switch">
306 + <input id="category_enabled"
307 + type="checkbox"
308 + <?php echo !empty($settings->category_enabled) ? "checked='checked'" : "" ?>
309 + onclick="setEnabledDisabled('#category_widget', this)"
310 + name="category_enabled"/>
311 + <span class="slider round"></span>
312 + </label>
313 + <b style="font-size:15px;float: left;">Category (Section Page)</b>
314 + <div class='tooltip'>
315 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
316 + <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
317 + </g>
318 + </svg>
319 + <div>Settings will be applied to all 'Category/Section' pages on your site.</div>
320 + </div>
321 + </div>
641 322
642 - <div>
643 - <div class="mode_style_mid"><label id="mid_widget_id_label" style="float:left;">Mode (Widget ID):</label>
323 + <div class="label_below">
324 +
325 + <div class="mode_style">
326 + <label id="category_widget_id_label" style="float:left;">Mode (Widget ID):</label>
644 327 <div class='tooltip'>
645 328 <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
646 329 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
647 330 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
648 - </g>
331 + </g>
649 332 </svg>
650 - <div>Your <i>mid-article</i> Mode (Widget ID), as provided by Taboola.</div>
333 + <div>Your <i>category</i> Mode (Widget ID), as provided by Taboola.</div>
651 334 </div>
652 335 </div>
653 - <div class="placement_style_mid"><label id="mid_placement_label" style="float:left;">Placement Name:</label>
336 +
337 + <div class="placement_style"><label id="category_placement_label" style="float:left;">Placement Name:</label>
654 338 <div class='tooltip'>
655 339 <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
656 340 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
657 341 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
658 - </g>
342 + </g>
659 343 </svg>
660 - <div>Your <i>mid-article</i> Placement Name, as provided by Taboola.</div>
344 + <div>Your <i>category</i> Placement Name, as provided by Taboola.</div>
661 345 </div>
662 346 </div>
663 347 </div>
664 - <div>
665 - <div class="widget_below_mid">
666 - <input id="mid_widget_id" type="text" value="<?php echo !empty($settings->mid_widget_id) ? htmlspecialchars($settings->mid_widget_id) : "" ?>" name="mid_widget_id" placeholder="Widget ID" />
348 +
349 +
350 + <div class="input_below">
351 + <div class="widget_below">
352 + <input id="category_widget_id" type="text"
353 + value="<?php echo !empty($settings->category_widget_id) ? strip_tags($settings->category_widget_id) : '' ?>"
354 + name="category_widget_id" placeholder="Widget ID"/>
355 + </div>
356 + <div class="placement_below">
357 + <input id="category_placement" type="text"
358 + value="<?php echo !empty($settings->category_placement) ? strip_tags($settings->category_placement) : '' ?>"
359 + name="category_placement" placeholder="Placement Name"/>
360 + </div>
361 + </div>
362 +
363 + <div class='heading_mid_home'><label style="float:left;">Position the widget immediately below the element:</label>
364 + <div class='tooltip'>
365 + <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
366 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
367 + <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
368 + </g>
369 + </svg>
370 + <div>The widget will be placed <i>just beneath</i> this element.<br><br>
371 + To target an element, 2 pieces of information are needed:<br><br>
372 + i) A CSS selector - e.g. <i>p</i> (for paragraph).<br>
373 + ii) An occurrence - e.g. 1st, 2nd, 3rd, etc.<br><br>
374 + For more information, see the <a href="https://developers.taboola.com/web-integrations/docs/wordpress-plugin-managing-placements" target='_blank'>Taboola Dev Center</a>.
667 375 </div>
668 - <div class="placement_below_mid">
669 - <input id = "mid_placement" type="text" value="<?php echo !empty($settings->mid_placement) ? htmlspecialchars($settings->mid_placement) : "" ?>" name="mid_placement" placeholder="Placement Name" />
670 - </div>
671 376 </div>
377 + </div>
672 378
673 - <div id="mid_occurrence_div">
674 - <div class="mode_style_mid_selector"><label id="mid_location_string_label" style="float:left;">Position the widget below:</label>
675 - <div class='tooltip'>
379 + <div class="home_occurrence">
380 + <div class="mode_style_home_selector">
381 + <label id="category_location_string_label" style="float:left;">CSS selector&nbsp;:</label>
382 + <div class='tooltip'>
676 383 <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
677 384 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
678 385 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
679 386 </g>
@@ -678,51 +385,46 @@
678 385 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
679 386 </g>
680 387 </svg>
681 388 <div>
682 - Enter the paragraph number to target. <br>
683 - E.g. To target the <b>5th</b> paragraph, fill in <i>5</i>.<br><br>
684 - ----<br>
685 - <i>Advanced</i> - to use a <b>custom</b> selector:<br><br>
686 - 1) Choose 'Other'. <br>
687 - 2) Fill in a selector (<i>right</i>), and an occurrence (<i>left</i>).
389 + The element to target - e.g.:<br><br>
390 + <i>section</i> - to target a <i>section</i>.<br>
391 + <i>#my-id</i> - to target an <i>ID</i> of "my-id".<br>
392 + <i>.my-class</i> - to target a <i>class</i> of "my-class".
688 393 </div>
689 394 </div>
690 - </div>
691 - <div class="placement_below_mid_occurrence">
692 - <select name="mid_paragraph_ui_mode" id="mid_paragraph_ui_mode">
693 - <option value="Paragraph" <?php echo (!empty($settings->mid_paragraph_ui_mode) && $settings->mid_paragraph_ui_mode == "Paragraph") ? "selected" : ""?> >Paragraph</option>
694 - <option value="Other" <?php echo (!empty($settings->mid_paragraph_ui_mode) && $settings->mid_paragraph_ui_mode == "Other") ? "selected" : ""?>>Other</option>
695 - </select>&nbsp;
696 - <input type="number" id="mid_occurrence" value="<?php echo !empty($settings->mid_location_string_occurrence) ? $settings->mid_location_string_occurrence : "1" ?>" name="mid_location_string_occurrence" placeholder="" style="width:65px;">
697 - </div>
698 -
699 - </div>
700 - <div id="mid_css_selector_div">
701 -
702 - <div class="placement_style_mid_occurrence"><label id="mid_occurrence_label" style="float:left;">CSS selector :</label>
703 - <div class='tooltip'>
395 +
396 + </div>
397 + <div class="placement_style_home_occurrence">
398 + <label id="category_occurrence_label" style="float:left;">Occurrence&nbsp;:</label>
399 + <div class='tooltip'>
400 + <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
704 401 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
705 402 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
706 403 </g>
707 404 </svg>
708 - <div>
709 - <i>Advanced</i> - fill in a selector to target - e.g.:<br><br>
710 - <i>#my-id</i> - to target an <i>ID</i> of "my-id".<br>
711 - <i>.my-class</i> - to target a <i>class</i> of "my-class".
712 - </div>
405 + <div>For a <b>non-unique</b> selector - e.g. <i>section</i> - fill in the <b>occurrence</b> to target.<br><br>
406 + E.g. To target the <b>2nd</b> section, fill in <i>2</i>. <br><br>
407 + For a <b>unique</b> selector - e.g. <i>#my-id</i> - leave the default value of '1'.</div>
713 408 </div>
714 - </div>
715 - <div class="widget_below_mid_selector">
716 - <input id = "mid_location_string" type="text" value="<?php echo !empty($settings->mid_location_string) ? htmlspecialchars($settings->mid_location_string) : "p" ?>" name="mid_location_string" placeholder="E.g. p for paragraph" />
717 - </div>
718 - </div>
409 +
410 + </div>
719 411 </div>
720 -<!-- Mid Article Widget -->
721 412
722 -<!-- Homepage mid widget -->
723 -
724 -
413 + <div class="home_placement">
414 + <div class="widget_below_home_selector">
415 + <input id="category_location_string" type="text"
416 + value="<?php echo !empty($settings->category_location_string) ? strip_tags($settings->category_location_string) : '' ?>"
417 + name="category_location_string" placeholder="e.g. #content"/>
418 + </div>
419 + <div class="placement_below_home_Occurrence">
420 + <input id="category_occurrence" type="number" min="1"
421 + value="<?php echo !empty($settings->category_location_string_occurrence) ? $settings->category_location_string_occurrence : '1' ?>"
422 + name="category_location_string_occurrence"
423 + style="width:65px;">
424 + </div>
425 + </div>
426 +</div>
725 427 <div id="homepage" class="settings_block widget_settings_block">
726 428 <div class="switch_style">
727 429 <label class="switch">
728 430 <input id="home_enabled" type="checkbox" <?php echo !empty($settings->home_enabled) ? "checked='checked'" : "" ?> onclick="setEnabledDisabled('#homepage', this)" name="home_enabled"/>
@@ -730,9 +432,8 @@
730 432 </label>
731 433 <div>
732 434 <b style="font-size:15px;float: left;">Homepage (front page)</b>
733 435 <div class='tooltip'>
734 - <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
735 436 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
736 437 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
737 438 </g>
738 439 </svg>
@@ -743,9 +444,8 @@
743 444
744 445 <div>
745 446 <div class="mode_style_home"><label id="home_widget_id_label" style="float:left;">Mode (Widget ID):</label>
746 447 <div class='tooltip'>
747 - <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
748 448 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
749 449 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
750 450 </g>
751 451 </svg>
@@ -753,9 +453,8 @@
753 453 </div>
754 454 </div>
755 455 <div class="placement_style_home"><label id="home_placement_label" style="float:left;">Placement Name:</label>
756 456 <div class='tooltip'>
757 - <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
758 457 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
759 458 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
760 459 </g>
761 460 </svg>
@@ -764,18 +463,17 @@
764 463 </div>
765 464 </div>
766 465 <div>
767 466 <div class="widget_below_home">
768 - <input id="home_widget_id" type="text" value="<?php echo !empty($settings->home_widget_id) ? htmlspecialchars($settings->home_widget_id) : "" ?>" name="home_widget_id" placeholder="Widget ID" />
467 + <input id="home_widget_id" type="text" value="<?php echo !empty($settings->home_widget_id) ? strip_tags($settings->home_widget_id) : "" ?>" name="home_widget_id" placeholder="Widget ID" />
769 468 </div>
770 469 <div class="placement_below_home">
771 - <input id = "home_placement" type="text" value="<?php echo !empty($settings->home_placement) ? htmlspecialchars($settings->home_placement) : "" ?>" name="home_placement" placeholder="Placement Name" />
470 + <input id = "home_placement" type="text" value="<?php echo !empty($settings->home_placement) ? strip_tags($settings->home_placement) : "" ?>" name="home_placement" placeholder="Placement Name" />
772 471 </div>
773 472 </div>
774 473
775 474 <div class='heading_mid_home'><label style="float:left;">Position the widget immediately below the element:</label>
776 475 <div class='tooltip'>
777 - <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
778 476 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
779 477 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
780 478 </g>
781 479 </svg>
@@ -791,9 +489,8 @@
791 489
792 490 <div class="home_occurrence">
793 491 <div class="mode_style_home_selector"><label id="home_location_string_label" style="float:left;">CSS selector :</label>
794 492 <div class='tooltip'>
795 - <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
796 493 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
797 494 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
798 495 </g>
799 496 </svg>
@@ -806,9 +503,8 @@
806 503 </div>
807 504 </div>
808 505 <div class="placement_style_home_occurrence"><label id="home_occurrence_label" style="float:left;">Occurrence :</label>
809 506 <div class='tooltip'>
810 - <!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
811 507 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN">
812 508 <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
813 509 </g>
814 510 </svg>
@@ -819,9 +515,9 @@
819 515 </div>
820 516 </div>
821 517 <div class="home_placement">
822 518 <div class="widget_below_home_selector">
823 - <input id = "home_location_string" type="text" value="<?php echo !empty($settings->home_location_string) ? htmlspecialchars($settings->home_location_string) : "" ?>" name="home_location_string" placeholder="E.g. p for paragraph" /></td>
519 + <input id = "home_location_string" type="text" value="<?php echo !empty($settings->home_location_string) ? strip_tags($settings->home_location_string) : "" ?>" name="home_location_string" placeholder="E.g. p for paragraph" /></td>
824 520 </div>
825 521 <div class="placement_below_home_Occurrence">
826 522 <input type="number" id="home_occurrence" value="<?php echo !empty($settings->home_location_string_occurrence) ? $settings->home_location_string_occurrence : "1" ?>" name="home_location_string_occurrence" placeholder="" style="width:65px;">
827 523 </div>
@@ -826,8 +522,9 @@
826 522 <input type="number" id="home_occurrence" value="<?php echo !empty($settings->home_location_string_occurrence) ? $settings->home_location_string_occurrence : "1" ?>" name="home_location_string_occurrence" placeholder="" style="width:65px;">
827 523 </div>
828 524 </div>
829 525 </div>
526 +
830 527 <div id="advanced-settings-main">
831 528 <a id="show-advanced-settings">Show advanced settings >></a>
832 529 <div class="change_button">
833 530 <input class='apply_button' type="submit" value="Apply Changes"/>
@@ -833,10 +530,48 @@
833 530 <input class='apply_button' type="submit" value="Apply Changes"/>
834 531 </div>
835 532 </div>
836 533
837 -<!-- Homepage mid widget -->
534 +</div>
838 535
536 +<div id="tab2" class="tab-content" style="display: none;">
537 +<h2 class="general_h2">General Setting</h2>
538 +<div id="web_push" class="settings_block widget_settings_block">
539 + <div class="style_box1"><label id="pub_id">Web Push Account ID:</label>
540 + <div class="tooltip">
541 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="helpTooltip__icon___1XWGN_first">
542 + <g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm-1 15.505v.99c0 .291.226.505.505.505h.99c.291 0 .505-.226.505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505zm4.07-6.255c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83l.9-.92z"></path>
543 + </g>
544 + </svg>
545 + <div>Your SC web-push numeric account ID, as provided by Taboola.<br>
546 + This integration is only for sponsored web-push <br> <br>
547 + The header script and service worker will only be injected if the publisher already has the taboola widget running on their site.
548 + </div>
549 + </div>
550 + <div class="switch_style_push">
551 + <label class="switch">
552 + <input id="web_push_enabled" type="checkbox" <?php echo !empty($settings->web_push_enabled) ? "checked='checked'" : "" ?> onclick="setEnabledDisabled('#web_push', this)" name="web_push_enabled" />
553 + <span class="slider round"></span>
554 + </label>
555 + </div>
556 + </div>
557 + <div class="web_push_id">
558 + <input type="number" id="publisher_id_push" value="<?php echo !empty($settings->publisher_id_push) ? strip_tags($settings->publisher_id_push) : "" ?>" name="publisher_id_push" placeholder="Publisher ID Web Push" />
559 + </div>
560 + <div class="statement">
561 + <label style="color: #000000; padding-">
562 + Don't have an account with taboola? <a href='http://taboola.com/contact' target='_blank'>Contact us</a> to get started.
563 + </label>
564 + </div>
565 +</div>
566 +
567 + <div id="advanced-settings-main">
568 + <div class="change_button">
569 + <input class='apply_button' type="submit" value="Apply Changes"/>
570 + </div>
571 + </div>
572 +</div>
573 +
839 574 </form>
840 575 <div style='clear:both'></div>
841 576
842 577 <?php
@@ -844,33 +579,102 @@
844 579 $userDetails = wp_get_current_user();
845 580 $detailsString = $userDetails->first_name." ".$userDetails->last_name;
846 581 ?>
847 582 <img src="https://logs-01.loggly.com/inputs/d14862f3-64ad-49ca-b28d-1b5d155414ec.gif?source=wp&type=settings&pub=<?=$logPublisher?>&user=<?=urlencode($detailsString)?>&email=<?=urlencode($userDetails->user_email)?>&url=<?=urlencode("//{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}")?>"/>
848 - <!-- <form name="install_log" style="display:none;" method="post" action="http://logs-01.loggly.com/inputs/d14862f3-64ad-49ca-b28d-1b5d155414ec/tag/http/">
849 - <input name="tim" type="hidden" value="<?=date("H:i:s.000")?>">
850 - <input name="pub" type="hidden" value="<?=$logPublisher?>">
851 - <input name="data" type="hideen" value="WORDPRESS_PLUGIN_INSTALL|<?="//{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}|{$detailsString}"?>">
852 - </form> -->
853 583 </div>
854 584
855 585 <script>
856 -
857 - // Set enabled/disabled appearance upon page load
858 - // (Function is defined earlier on the page.)
859 586 setEnabledDisabled('#below_article', document.getElementById("first_bc_enabled"));
860 587 setEnabledDisabled('#mid_article', document.getElementById("mid_enabled"));
861 588 setEnabledDisabled('#homepage', document.getElementById("home_enabled"));
589 + setEnabledDisabled('#web_push', document.getElementById("web_push_enabled"));
590 + setEnabledDisabled('#category_widget',document.getElementById('category_enabled'));
591 +</script>
862 592
593 +<script>
594 +jQuery(document).ready(function($) {
595 + let widgetCounter = $('#mid-article-widgets-container .mid-article-widget').length;
596 +
597 + // Function to set the initial correct view for widgets
598 + function initializeWidgetView() {
599 + $('#mid-article-widgets-container .mid-widget-type-selector').each(function() {
600 + var container = $(this).closest('.mid-article-widget');
601 + var selectorInputContainer = container.find('.mid-css-selector-container');
602 +
603 + if ($(this).val() === 'Paragraph') {
604 + selectorInputContainer.hide();
605 + } else {
606 + selectorInputContainer.show();
607 + }
608 + });
609 + }
610 +
611 + // Call the function on page load to fix the initial view
612 + initializeWidgetView();
613 +
614 + // Add a new mid-article widget section
615 + $('#add-mid-widget').on('click', function() {
616 + widgetCounter++;
617 + var widgetHtml = `
618 + <div class="mid-article-widget" style="border: 1px solid #ddd; padding: 10px; margin-top: 10px; border-radius: 5px;">
619 + <h4 style="font-size: 14px; font-weight: bold;">Mid-Article Widget #${widgetCounter}</h4>
620 + <div style="display: flex; flex-wrap: wrap;">
621 + <div style="flex: 1; min-width: 250px; padding-right: 10px;">
622 + <label>Mode (Widget ID):</label>
623 + <input class="widefat" type="text" name="mid_widget_id[]" placeholder="thumbnails-mid1" />
624 + </div>
625 + <div style="flex: 1; min-width: 250px;">
626 + <label>Placement Name:</label>
627 + <input class="widefat" type="text" name="mid_placement[]" placeholder="Mid Article Thumbnails" />
628 + </div>
629 + </div>
630 + <div style="display: flex; flex-wrap: wrap; margin-top: 10px;">
631 + <div style="flex: 1; min-width: 200px; padding-right: 10px;">
632 + <label>Position below:</label>
633 + <select class="widefat mid-widget-type-selector" name="mid_paragraph_ui_mode[]">
634 + <option value="Paragraph" selected>Paragraph</option>
635 + <option value="Other">Other (Custom)</option>
636 + </select>
637 + </div>
638 + <div style="flex: 1; min-width: 150px; padding-right: 10px; display:none;" class="mid-css-selector-container">
639 + <label>CSS selector:</label>
640 + <input class="widefat" type="text" name="mid_location_string[]" value="p" />
641 + </div>
642 + <div style="flex: 1; min-width: 150px;">
643 + <label>Paragraph/Element Number:</label>
644 + <input class="widefat" type="number" name="mid_location_string_occurrence[]" value="1" min="1" style="width:80px;">
645 + </div>
646 + </div>
647 + <button type="button" class="button remove-mid-widget" style="margin-top: 10px;">Remove Widget</button>
648 + </div>`;
649 + $('#mid-article-widgets-container').append(widgetHtml);
650 + });
651 +
652 + // Remove a mid-article widget section
653 + $('#mid-article-widgets-container').on('click', '.remove-mid-widget', function() {
654 + $(this).closest('.mid-article-widget').remove();
655 + $('#mid-article-widgets-container .mid-article-widget').each(function(index) {
656 + $(this).find('h4').text(`Mid-Article Widget #${index + 1}`);
657 + });
658 + widgetCounter = $('#mid-article-widgets-container .mid-article-widget').length;
659 + });
660 +
661 + // Handle the show/hide for the CSS selector field on change
662 + $('#mid-article-widgets-container').on('change', '.mid-widget-type-selector', function() {
663 + var container = $(this).closest('.mid-article-widget');
664 + var selectorInputContainer = container.find('.mid-css-selector-container');
665 + var selectorInput = selectorInputContainer.find('input');
666 +
667 + if ($(this).val() === 'Paragraph') {
668 + selectorInputContainer.hide();
669 + selectorInput.val('p');
670 + } else {
671 + selectorInputContainer.show();
672 + }
673 + });
674 +});
863 675 </script>
864 676
865 677 <script>
866 -
867 - // Fadeouts for error/success messages
868 678 setTimeout(function(){jQuery('.label-success').fadeOut()}, 5000);
869 679 setTimeout(function(){jQuery('.label-error').fadeOut()}, 8000);
870 -
871 - // PC
872 - // window.onload = function(){
873 - // document.forms['install_log'].submit()
874 - // }
875 -
876 680 </script>