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 +3 -1 1.71.1.2 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,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)