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/simple.php +2 -0 1.21.5 View file →
@@ -77,8 +77,9 @@
77 77 {
78 78 protected $network = 'linkedin';
79 79 protected $icon = 'fa-linkedin-in';
80 80 protected $color = '#007bb6';
81 + protected $priority = 'unselected';
81 82
82 83 public function __construct()
83 84 {
84 85 parent::__construct();
@@ -223,8 +224,9 @@
223 224 protected $priority = 'readmore';
224 225 protected $icon = 'fa-snapchat';
225 226 // protected $color = '#fffc00';
226 227 protected $color = '#000';
228 + protected $displayDesktop = false;
227 229
228 230 public function __construct()
229 231 {
230 232 parent::__construct();