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/googleplus.php +2 -2 1.11.1.2 View file →
@@ -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