PluginProbe
Social Share Buttons / 1.1.2
Social Share Buttons v1.1.2
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/buffer.php +3 -0 0.91.1.2 View file →
@@ -8,11 +8,14 @@
8 8 protected $network = 'buffer';
9 9 protected $icon_type = 'nucleo';
10 10 protected $icon = 'nucleo-logo-buffer';
11 11 protected $priority = 'readmore';
12 + protected $color = '#242424';
12 13
13 14 public function __construct()
14 15 {
16 + parent::__construct();
17 +
15 18 $this->label = __('Share', 'mbsocial');
16 19 $this->share_url = 'https://buffer.com/add?url={url}&text={title}';
17 20 $this->popup_dimensions = array(600,600);
18 21