| @@ -8,8 +8,10 @@ | ||
| 8 | 8 | protected $color = '#dd4b39'; |
| 9 | 9 | |
| 10 | 10 | public function __construct() |
| 11 | 11 | { |
| 12 | + parent::__construct(); | |
| 13 | + | |
| 12 | 14 | $this->label = __('+1','mbsocial'); |
| 13 | 15 | $this->share_url = 'https://plus.google.com/share?url={url}'; |
| 14 | 16 | $this->profile_url = 'https://plus.google.com/{profile}'; |
| 15 | 17 | $this->countable = true; |
| @@ -14,9 +16,9 @@ | ||
| 14 | 16 | $this->profile_url = 'https://plus.google.com/{profile}'; |
| 15 | 17 | $this->countable = true; |
| 16 | 18 | $this->count_api = '{url}'; |
| 17 | 19 | $this->popup_dimensions = array(600,600); |
| 18 | - parent::__construct(); | |
| 20 | + | |
| 19 | 21 | |
| 20 | 22 | } |
| 21 | 23 | |
| 22 | 24 | public function remoteRequest($url) |