| @@ -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 | |