| @@ -8,14 +8,12 @@ | ||
| 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 | + protected $color = '#242424'; | |
| 13 | 13 | |
| 14 | 14 | public function __construct() |
| 15 | 15 | { |
| 16 | - parent::__construct(); | |
| 17 | - | |
| 18 | 16 | $this->label = __('Share', 'mbsocial'); |
| 19 | 17 | $this->share_url = 'https://buffer.com/add?url={url}&text={title}'; |
| 20 | 18 | $this->popup_dimensions = array(600,600); |
| 21 | 19 | |
| @@ -21,6 +19,9 @@ | ||
| 21 | 19 | |
| 22 | 20 | $this->countable = true; |
| 23 | 21 | $this->count_api = 'https://api.bufferapp.com/1/links/shares.json?url={url}'; |
| 24 | 22 | $this->return_var = 'shares'; |
| 23 | + | |
| 24 | + parent::__construct(); | |
| 25 | + | |
| 25 | 26 | } |
| 26 | 27 | } |