PluginProbe
Social Share Buttons / 1.5
Social Share Buttons v1.5
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.71.5 View file →
@@ -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,10 +16,8 @@
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();
19 -
20 20 }
21 21
22 22 public function remoteRequest($url)
23 23 {