PluginProbe
Taboola / 1.0
Taboola v1.0
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 +16 -6 1.0.11.0 View file →
@@ -96,9 +96,9 @@
96 96 <table>
97 97 <tr>
98 98 <td>Publisher ID</td>
99 99 <td>
100 - <input type="text" name="publisher_id" placeholder="publisher" value="<?php echo htmlspecialchars($settings->publisher_id) ?>"/>
100 + <input type="text" name="publisher_id" placeholder="publisher" value="<?php echo $settings->publisher_id ?>"/>
101 101 </td>
102 102 <td class='tooltip'>
103 103 <img src='<?php echo $this->plugin_url.'img/question-mark.png' ?>'/>
104 104 <div>Please contact your Taboola representative to receive the Publisher ID </div>
@@ -115,9 +115,9 @@
115 115 <hr style='margin-bottom: 25px; margin-top: 5px;'>
116 116
117 117 <div class='checkbox'>
118 118 <input id="first_bc_enabled" type="checkbox" <?php echo $settings->first_bc_enabled ? "checked='checked'" : "" ?> name="first_bc_enabled"/>
119 - Below Article
119 + Taboola widget below article
120 120 </div>
121 121 <table>
122 122 <tr>
123 123 <td>Widget ID</td>
@@ -128,15 +128,20 @@
128 128 <img src='<?php echo $this->plugin_url.'img/question-mark.png' ?>'/>
129 129 <div>Please contact your Taboola representative to receive the Widget ID</div>
130 130 </td>
131 131 </tr>
132 -
132 + <!-- <tr>
133 + <td>Custom CSS</td>
134 + <td>
135 + <input type="text" value="<?php echo $settings->first_bc_custom_css ?>" name="first_bc_custom_css" placeholder="Custom CSS" />
136 + </td>
137 + </tr>-->
133 138 </table>
134 139 <hr>
135 140
136 141 <div class='checkbox'>
137 142 <input id="second_bc_enabled" type="checkbox" <?php echo $settings->second_bc_enabled ? "checked='checked'" : "" ?> name="second_bc_enabled"/>
138 - Below Article 2nd
143 + Taboola widget below the first one
139 144 </div>
140 145
141 146 <table>
142 147 <tr>
@@ -141,9 +146,9 @@
141 146 <table>
142 147 <tr>
143 148 <td>Widget ID</td>
144 149 <td>
145 - <input type="text" value="<?php echo htmlspecialchars($settings->second_bc_widget_id) ?>" name="second_bc_widget_id" placeholder="Widget ID" />
150 + <input type="text" value="<?php echo $settings->second_bc_widget_id ?>" name="second_bc_widget_id" placeholder="Widget ID" />
146 151 </td>
147 152 <td class='tooltip'>
148 153 <img src='<?php echo $this->plugin_url.'img/question-mark.png' ?>'/>
149 154 <div>Please contact your Taboola representative to receive the Widget ID</div>
@@ -148,9 +153,14 @@
148 153 <img src='<?php echo $this->plugin_url.'img/question-mark.png' ?>'/>
149 154 <div>Please contact your Taboola representative to receive the Widget ID</div>
150 155 </td>
151 156 </tr>
152 -
157 + <!-- <tr>
158 + <td>Custom CSS</td>
159 + <td>
160 + <input type="text" value="<?php echo $settings->second_bc_custom_css ?>" name="second_bc_custom_css" placeholder="Custom CSS" />
161 + </td>
162 + </tr>-->
153 163 </table>
154 164 <hr style='border-bottom: 1px solid #fafafa;'>
155 165
156 166 <input class='button-secondary' type="submit" value="Apply Changes ✔"/>