PluginProbe
Social Share Buttons / 1.2
Social Share Buttons v1.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/vk.php +2 -2 1.71.2 View file →
@@ -11,9 +11,10 @@
11 11
12 12
13 13 public function __construct()
14 14 {
15 -
15 + parent::__construct();
16 +
16 17 $this->label = __('Share', 'mbsocial');
17 18 $this->share_url = 'https://vkontakte.ru/share.php?url={url}';
18 19 $this->count_api = 'https://vk.com/share.php?act=count&url={url}';
19 20 $this->profile_url = 'https://vk.com/{profile}';
@@ -18,9 +19,8 @@
18 19 $this->count_api = 'https://vk.com/share.php?act=count&url={url}';
19 20 $this->profile_url = 'https://vk.com/{profile}';
20 21
21 22 $this->countable = true;
22 - parent::__construct();
23 23
24 24 // count function vKontakteCount
25 25 }
26 26