Social Share Icons & Social Share Buttons - Version 2.9.4

Version Description

  • Optimized footer
Download this release

Release Info

Developer socialdude
Plugin Icon 128x128 Social Share Icons & Social Share Buttons
Version 2.9.4
Comparing to
See all releases

Code changes from version 2.9.3 to 2.9.4

images/footer_banner/better_icon_placement.png ADDED
Binary file
images/footer_banner/faster_loading.png ADDED
Binary file
images/footer_banner/friendly_support.png ADDED
Binary file
images/footer_banner/mobile_optimization.png ADDED
Binary file
images/footer_banner/more_icon_designs.png ADDED
Binary file
images/footer_banner/more_likes_shares.png ADDED
Binary file
images/footer_banner/more_platforms.png ADDED
Binary file
images/footer_banner/themed_icons.png ADDED
Binary file
libs/sfsi_install_uninstall.php CHANGED
@@ -12,7 +12,7 @@ function sfsi_plus_update_plugin()
12
  }
13
 
14
  //Install version
15
- update_option("sfsi_plus_pluginVersion", "2.90");
16
 
17
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
18
  {
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "2.94");
16
 
17
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
18
  {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: socialsharepro
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
  Tested up to: 4.9.8
6
- Stable tag: 2.9.3
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -445,6 +445,9 @@ The premium plugin offrs many more social buttons from other social media platfo
445
 
446
  == Changelog ==
447
 
 
 
 
448
  = 2.9.3 =
449
  * Fixed Gutenberg issues which arose for old PHP versions
450
  * Removed Addthis due to GDPR compliance issues
@@ -772,5 +775,5 @@ The premium plugin offrs many more social buttons from other social media platfo
772
 
773
  == Upgrade Notice ==
774
 
775
- = 2.9.3 =
776
  * Please update
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
  Tested up to: 4.9.8
6
+ Stable tag: 2.9.4
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
445
 
446
  == Changelog ==
447
 
448
+ = 2.9.4 =
449
+ * Optimized footer
450
+
451
  = 2.9.3 =
452
  * Fixed Gutenberg issues which arose for old PHP versions
453
  * Removed Addthis due to GDPR compliance issues
775
 
776
  == Upgrade Notice ==
777
 
778
+ = 2.9.4 =
779
  * Please update
ultimate_social_media_icons.php CHANGED
@@ -7,7 +7,7 @@ Author: social share pro
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://socialshare.pro/
10
- Version: 2.9.3
11
  License: GPLv2
12
  */
13
 
@@ -95,7 +95,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
95
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
96
 
97
  /*Plugin version setup*/
98
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.90)
99
  {
100
  add_action("init", "sfsi_plus_update_plugin");
101
  }
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://socialshare.pro/
10
+ Version: 2.9.4
11
  License: GPLv2
12
  */
13
 
95
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
96
 
97
  /*Plugin version setup*/
98
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.94)
99
  {
100
  add_action("init", "sfsi_plus_update_plugin");
101
  }
views/sfsi_section_for_premium.php CHANGED
@@ -1,10 +1,322 @@
1
  <style>
2
- .banner_support_forum{margin: 50px auto;text-align: center;width: 80%;}
3
- .banner_support_forum .banner-1 img{width: 100%;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  </style>
5
 
6
- <div class="banner_support_forum">
7
- <a target="_blank" href="https://goo.gl/MU6pTN#no-topic-0" class="banner-1">
8
- <img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/banner_support_forum.png">
9
- </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  </div>
 
 
1
  <style>
2
+ .sfsi-footer-container {
3
+ margin: 0 auto;
4
+ text-align: center;
5
+ width: 75%;
6
+ }
7
+ .sfsi-footer-pointing-to-premium-plugin{
8
+ float: left;
9
+ background: #fff;
10
+ padding: 33px 0px;
11
+ color: #414951 !important;
12
+ }
13
+ .sfsi-footer-pointing-heading{
14
+ margin-top: 40px;
15
+ text-align: center;
16
+ padding-bottom: 15px;
17
+ }
18
+ .sfsi-footer-pointing-heading p{
19
+ font-size: 23px;
20
+ font-weight: 600;
21
+ }
22
+ .sfsi-footer-pointing-heading .sfsi-green-heading{
23
+ color: #12a252;
24
+ }
25
+ .sfsi-footer-pointing-content{
26
+ background: #fff;
27
+ }
28
+ .sfsi-footer-left-section{
29
+ width: 57%;
30
+ position: relative;
31
+ min-height: 1px;
32
+ float: left;
33
+ padding-right: 15px;
34
+ padding-left: 15px;
35
+ margin-left: 15px;
36
+ }
37
+ .sfsi-footer-right-section{
38
+ width: 38%;
39
+ position: relative;
40
+ min-height: 1px;
41
+ float: left;
42
+ padding-right: 15px;
43
+ padding-left: 15px;
44
+ text-align: center;
45
+ }
46
+ .sfsi-equal-col-md-6{
47
+ width: 50%;
48
+ position: relative;
49
+ min-height: 1px;
50
+ float: left;
51
+ }
52
+
53
+ .sfsi-left-image-section{
54
+ width: 52px;
55
+ display: inline-block;
56
+ text-align: center;
57
+ height: 43px;
58
+ vertical-align: middle;
59
+ }
60
+ .sfsi-li-right-content{
61
+ text-align: left;
62
+ padding-left: 25px;
63
+ font-size: 16px;
64
+ font-weight: 600;
65
+ vertical-align: middle;
66
+ width: calc(100% - 95px);
67
+ display: inline-block;
68
+ }
69
+ .sfsi-footer-left-section ul li:not(:last-child){
70
+ margin-bottom: 20px;
71
+ }
72
+ .sfsi-checkout-premium-plugin-button{
73
+ font-size: 18px;
74
+ text-align: center;
75
+ background: #12a252;
76
+ color: #FFF!important;
77
+ padding: 11px 30px;
78
+ text-decoration: none;
79
+ display: inline-block;
80
+ margin-top: 15px;
81
+ font-weight: 700;
82
+ }
83
+ .so-much-more{
84
+ float: left;
85
+ width: 100%;
86
+ text-align: center;
87
+ font-size: 17px;
88
+ margin-top: 28px !important;
89
+ font-weight: 700 !important;
90
+ }
91
+ .so-much-more a{
92
+ color: #12a252;
93
+ }
94
+ .sfsi-footer-bottom-text{
95
+ float: left;
96
+ width: 99%;
97
+ text-align: center;
98
+ color: #414951 !important;
99
+ padding-top: 15px !important;
100
+ margin-bottom: 50px !important;
101
+ }
102
+ .sfsi-footer-bottom-text p{
103
+ font-size: 18px;
104
+ }
105
+ @media(min-width: 320px) and (max-width: 480px){
106
+ .sfsi-footer-container{
107
+ width: 100% !important;
108
+ }
109
+ .sfsi-footer-bottom-text{
110
+ display: inline-block;
111
+ float: left !important;
112
+ width: 100% !important;
113
+ }
114
+ }
115
+ @media (min-width: 320px) and (max-width: 767px){
116
+ .sfsi-equal-col-xs-12{
117
+ width: 100%;
118
+ }
119
+ .sfsi-footer-left-section {
120
+ width: 76%;
121
+ }
122
+ .sfsi-footer-right-section {
123
+ width: 88%;
124
+ padding-top: 30px;
125
+ }
126
+ .sfsi-right-video iframe{
127
+ height: 125px;
128
+ }
129
+ .sfsi-checkout-premium-plugin-button {
130
+ font-size: 16px;
131
+ }
132
+ .sfsi-footer-bottom-text {
133
+ float: unset !important;
134
+ width: 65%;
135
+ margin-left: auto;
136
+ margin-right: auto;
137
+ }
138
+ }
139
+ @media(min-width: 768px) and (max-width: 1023px){
140
+ .sfsi-footer-container{
141
+ width: 100%;
142
+ }
143
+ .sfsi-footer-left-section {
144
+ width: 95%;
145
+ }
146
+ .sfsi-footer-right-section {
147
+ width: 95%;
148
+ margin-top: 20px;
149
+ }
150
+ .sfsi-footer-pointing-heading p {
151
+ font-size: 20px;
152
+ }
153
+ }
154
+ @media(min-width: 1024px) and (max-width: 1032px){
155
+ .sfsi-footer-container{
156
+ width: 100%;
157
+ }
158
+ .sfsi-footer-left-section {
159
+ width: 56%;
160
+ margin-left: 0px !important;
161
+ }
162
+ .sfsi-footer-right-section {
163
+ width: 34%;
164
+ }
165
+ }
166
+ @media(min-width: 1033px) and (max-width: 1050px){
167
+ .sfsi-footer-left-section {
168
+ width: 56%;
169
+ }
170
+ .sfsi-footer-right-section {
171
+ width: 35%;
172
+ }
173
+ }
174
+ @media(min-width: 1051px) and (max-width: 1115px){
175
+ .sfsi-footer-left-section {
176
+ width: 52%;
177
+ }
178
+ .sfsi-footer-right-section {
179
+ width: 39%;
180
+ }
181
+ }
182
+ @media(min-width: 1116px) and (max-width: 1223px){
183
+ .sfsi-footer-left-section {
184
+ width: 52%;
185
+ }
186
+ .sfsi-footer-right-section {
187
+ width: 40%;
188
+ }
189
+ }
190
+ @media(min-width: 1224px) and (max-width: 1347px){
191
+ .sfsi-footer-left-section {
192
+ width: 50%;
193
+ }
194
+ .sfsi-footer-right-section {
195
+ width: 43%;
196
+ }
197
+ }
198
+ @media(min-width: 1348px) and (max-width: 2300px){
199
+ .sfsi-footer-left-section {
200
+ width: 51%;
201
+ }
202
+ .sfsi-footer-right-section {
203
+ width: 41%;
204
+ }
205
+ }
206
+
207
+ @media (max-width: 1023px) and (min-width: 768px){
208
+ .welcometext {
209
+ width: 100%;
210
+ }
211
+ }
212
  </style>
213
 
214
+ <!-- Footer banner STARTS -->
215
+ <div class="sfsi-footer-pointing-heading">
216
+ <p>
217
+ <span class="sfsi-green-heading">Like the free plugin?</span>
218
+ <span class="sfsi-black-heading">See what the Premium Plugin has to offer...</span>
219
+ </p>
220
+ </div>
221
+
222
+ <div class="sfsi-footer-container">
223
+
224
+ <div class="sfsi-footer-pointing-to-premium-plugin">
225
+ <div class="sfsi-footer-pointing-content clearfix">
226
+ <div class="sfsi-footer-left-section">
227
+ <div class="row">
228
+ <div class="sfsi-equal-col-md-6 sfsi-equal-col-xs-12">
229
+ <ul>
230
+ <li>
231
+ <span class="sfsi-left-image-section">
232
+ <img src="<?php echo SFSI_PLUS_PLUGURL ?>images/footer_banner/more_likes_shares.png">
233
+ </span>
234
+ <span class="sfsi-li-right-content">
235
+ More Likes & Shares
236
+ </span>
237
+ </li>
238
+ <li>
239
+ <span class="sfsi-left-image-section">
240
+ <img src="<?php echo SFSI_PLUS_PLUGURL ?>images/footer_banner/more_icon_designs.png">
241
+ </span>
242
+ <span class="sfsi-li-right-content">
243
+ More icon designs
244
+ </span>
245
+ </li>
246
+ <li>
247
+ <span class="sfsi-left-image-section">
248
+ <img src="<?php echo SFSI_PLUS_PLUGURL ?>images/footer_banner/themed_icons.png">
249
+ </span>
250
+ <span class="sfsi-li-right-content">
251
+ Themed icons
252
+ </span>
253
+ </li>
254
+ <li>
255
+ <span class="sfsi-left-image-section">
256
+ <img src="<?php echo SFSI_PLUS_PLUGURL ?>images/footer_banner/better_icon_placement.png">
257
+ </span>
258
+ <span class="sfsi-li-right-content">
259
+ Better icon placement
260
+ </span>
261
+ </li>
262
+ </ul>
263
+ </div>
264
+ <div class="sfsi-equal-col-md-6 sfsi-equal-col-xs-12">
265
+ <ul>
266
+ <li>
267
+ <span class="sfsi-left-image-section">
268
+ <img src="<?php echo SFSI_PLUS_PLUGURL ?>images/footer_banner/mobile_optimization.png">
269
+ </span>
270
+ <span class="sfsi-li-right-content">
271
+ Mobile optimization
272
+ </span>
273
+ </li>
274
+ <li>
275
+ <span class="sfsi-left-image-section">
276
+ <img src="<?php echo SFSI_PLUS_PLUGURL ?>images/footer_banner/faster_loading.png">
277
+ </span>
278
+ <span class="sfsi-li-right-content">
279
+ Faster loading
280
+ </span>
281
+ </li>
282
+ <li>
283
+ <span class="sfsi-left-image-section">
284
+ <img src="<?php echo SFSI_PLUS_PLUGURL ?>images/footer_banner/friendly_support.png">
285
+ </span>
286
+ <span class="sfsi-li-right-content">
287
+ Friendly support
288
+ </span>
289
+ </li>
290
+ <li>
291
+ <span class="sfsi-left-image-section">
292
+ <img src="<?php echo SFSI_PLUS_PLUGURL ?>images/footer_banner/more_platforms.png">
293
+ </span>
294
+ <span class="sfsi-li-right-content">
295
+ More platforms
296
+ </span>
297
+ </li>
298
+ </ul>
299
+ </div>
300
+ </div>
301
+ <div class="row">
302
+ <div class="col-md-12">
303
+ <p class="so-much-more">...and <a target="_blank" href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=new_bottom_banner_to_checkout&utm_medium=banner">so much more</a></p>
304
+ </div>
305
+ </div>
306
+ </div>
307
+ <div class="sfsi-footer-right-section">
308
+ <span class="sfsi-right-video">
309
+ <iframe src="https://player.vimeo.com/video/269140798" width="100%" height="230" frameborder="0" allowfullscreen=""></iframe>
310
+ </span>
311
+ <a target="_blank" href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=new_bottom_banner_to_checkout&utm_medium=banner" class="sfsi-checkout-premium-plugin-button">Check out the Premium Plugin >></a>
312
+ </div>
313
+ </div>
314
+ </div>
315
+
316
+ </div>
317
+
318
+ <div class="sfsi-footer-bottom-text">
319
+ <p>..only 24.98 USD (includes support and updates for 1 year, and after that it will not be deactivated, so you can just keep using it!)</p>
320
  </div>
321
+
322
+ <!-- Footer banner CLOSES -->