PluginProbe
Social Share Buttons / 1.30
Social Share Buttons v1.30
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
← All changes | classes/network/simple.php +3 -10 1.181.30 View file →
@@ -35,9 +35,8 @@
35 35 $this->share_url = 'mailto:?subject={email_subject}&body={email_content}';
36 36 else {
37 37 $this->share_url = 'mailto:?subject={title}&body={url}';
38 38 }
39 - $this->popup = false;
40 39
41 40 parent::__construct();
42 41
43 42 }
@@ -106,9 +105,8 @@
106 105 public function __construct()
107 106 {
108 107 $this->label = __('Print', 'mbsocial');
109 108 $this->share_url = 'javascript:window.print()';
110 - $this->popup = false;
111 109
112 110 parent::__construct();
113 111
114 112 }
@@ -187,9 +185,8 @@
187 185 protected $color = '#517fa4';
188 186
189 187 public function __construct()
190 188 {
191 - $this->popup = false;
192 189
193 190 $this->label = __('Follow', 'mbsocial');
194 191 $this->profile_url = 'https://instagram.com/{profile}';
195 192
@@ -205,13 +202,12 @@
205 202 protected $network = 'youtube';
206 203 protected $priority = 'readmore';
207 204 protected $icon = 'fa-youtube';
208 205 protected $color = '#bb0000';
206 + protected $is_popup = false;
209 207
210 208 public function __construct()
211 209 {
212 - $this->popup = false;
213 -
214 210 $this->label = __('View', 'mbsocial');
215 211 $this->profile_url = 'https://youtube.com/{profile}';
216 212
217 213 parent::__construct();
@@ -228,9 +224,8 @@
228 224 protected $displayDesktop = false;
229 225
230 226 public function __construct()
231 227 {
232 - $this->popup = false;
233 228 $this->label = __('Follow', 'mbsocial');
234 229 $this->profile_url = 'https://snapchat.com/{profile}';
235 230
236 231 parent::__construct();
@@ -247,8 +242,9 @@
247 242 protected $icon_type = 'fas';
248 243 protected $color = '#F99000';
249 244
250 245 protected $share_profile = false;
246 + protected $is_popup = false;
251 247 // protected $profile_placeholder = '';
252 248
253 249 public function __construct()
254 250 {
@@ -253,9 +249,8 @@
253 249 public function __construct()
254 250 {
255 251 $this->nice_name = __('RSS', 'mbsocial');
256 252 $this->profile_placeholder = __('Feed URL', 'mbsocial');
257 - $this->popup = false;
258 253 $this->label = __('Follow', 'mbsocial');
259 254 $this->profile_url = '{profile}';
260 255 parent::__construct();
261 256
@@ -281,9 +276,8 @@
281 276 protected $color = '#1ab7ea';
282 277
283 278 public function __construct()
284 279 {
285 - $this->popup = false;
286 280 $this->label = __('View', 'mbsocial');
287 281 $this->profile_url = 'https://vimeo.com/{profile}';
288 282
289 283 parent::__construct();
@@ -301,9 +295,8 @@
301 295 protected $color = '#010101';
302 296
303 297 public function __construct()
304 298 {
305 - $this->popup = false;
306 299 $this->nice_name = __('TikTok', 'mbsocial');
307 300 $this->label = __('Follow', 'mbsocial');
308 301 $this->profile_url = 'https://tiktok.com/{profile}';
309 302
@@ -319,12 +312,12 @@
319 312 protected $priority = 'readmore';
320 313 protected $icon = 'fa-phone';
321 314 protected $icon_type = 'fas';
322 315 protected $color = '#00932c';
316 + protected $is_popup = false;
323 317
324 318 public function __construct()
325 319 {
326 - $this->popup =false;
327 320 $this->nice_name = __('Phone Number', 'mbsocial');
328 321 $this->label = __('Call', 'mbsocial');
329 322 $this->profile_url = 'tel:{profile}';
330 323 $this->profile_placeholder = __('Phone Number', 'mbsocial');