| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | class googleplusNetwork extends mbNetwork |
| 5 | 5 | { |
| 6 | 6 | protected $network = 'googleplus'; |
| 7 | - protected $icon = 'fa-google-plus'; | |
| 7 | + protected $icon = 'fa-google-plus-g'; | |
| 8 | 8 | protected $color = '#dd4b39'; |
| 9 | 9 | |
| 10 | 10 | public function __construct() |
| 11 | 11 | { |
| @@ -12,9 +12,9 @@ | ||
| 12 | 12 | parent::__construct(); |
| 13 | 13 | |
| 14 | 14 | $this->label = __('+1','mbsocial'); |
| 15 | 15 | $this->share_url = 'https://plus.google.com/share?url={url}'; |
| 16 | - $this->profile_url = 'https://plus.google.com/{profile}'; | |
| 16 | + $this->profile_url = 'https://plus.google.com/{profile}'; | |
| 17 | 17 | $this->countable = true; |
| 18 | 18 | $this->count_api = '{url}'; |
| 19 | 19 | $this->popup_dimensions = array(600,600); |
| 20 | 20 | |