Social Share Icons & Social Share Buttons - Version 2.7.6

Version Description

  • Saving links for custom icons sometimes didn't work. Fixed now.
Download this release

Release Info

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

Code changes from version 2.7.5 to 2.7.6

libs/controllers/sfsi_buttons_controller.php CHANGED
@@ -108,12 +108,13 @@ function sfsi_plus_options_updater2()
108
  !empty($_POST["sfsi_plus_custom_links"])
109
  )
110
  {
111
- $esacpedUrls = array();
112
- $sfsi_plus_CustomIcon_links = $_POST["sfsi_plus_custom_links"];
113
- foreach($sfsi_plus_CustomIcon_links as $sfsi_pluscustomIconUrl)
114
- {
115
- $esacpedUrls[] = esc_url($sfsi_pluscustomIconUrl);
116
- }
 
117
  }
118
  else
119
  {
108
  !empty($_POST["sfsi_plus_custom_links"])
109
  )
110
  {
111
+ $esacpedUrls = array();
112
+ $sfsi_plus_CustomIcon_links = $_POST["sfsi_plus_custom_links"];
113
+
114
+ foreach($sfsi_plus_CustomIcon_links as $key => $sfsi_pluscustomIconUrl)
115
+ {
116
+ $esacpedUrls[$key] = esc_url($sfsi_pluscustomIconUrl);
117
+ }
118
  }
119
  else
120
  {
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.75");
16
 
17
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
18
  {
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "2.76");
16
 
17
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
18
  {
readme.txt CHANGED
@@ -2,32 +2,32 @@
2
  Contributors: socialsharepro
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
- Tested up to: 4.9
6
- Stable tag: 2.7.5
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Super-easy-to-use social sharing plugin which adds sharing icons to share your website with tons of customization features!
11
 
12
  == Description ==
13
 
14
- This plugin makes placing social share icons on your site REALLY easy.
15
 
16
  Key features:
17
 
18
  - Select from a **wide range of social share platforms** (see a list of them below)
19
  - Pick from **16 stylish design styles** for your social share buttons
20
- - Place the share buttons **before or after posts, floating, via widget, via shortcode, or define the location on the page** (top right, bottom left etc.)
21
- - Give **several actions to one share buttons** (e.g. your Facebook icon can lead visitors to your Facebook page, and also show a Facebook button to share your page)
22
- - Give your share buttons an **animation** (e.g. automatic shuffling, mouse-over effects) to make your visitors aware of them, increasing the chance that they follow, like or share your site
23
  - Add **counts** to your share buttons
24
  - Display a **pop-up** (on all or only on selected pages) asking people to follow or share you
25
  - Allow visitors to **subscribe to your site** and receive new posts automatically by email
26
- - Select from **many other customization features** for your share buttons
27
 
28
- The plugin takes you through eight easy-to-answer questions so that configuring the plugin becomes a no-brainer:
29
 
30
- = Question 1: Which share buttons do you want to display? =
31
 
32
  You can select the following:
33
 
@@ -43,9 +43,9 @@ You can select the following:
43
  * Houzz share icon
44
  * Share icon (allows your visitors to share your site on over 200+ other social media sites; powered by addthis/sharethis)
45
 
46
- You can also upload custom share buttons of your choice.
47
 
48
- The [Premium Plugin](https://www.ultimatelysocial.com/usm-premium) offers many more share icons and buttons. The premium share button set includes a...
49
 
50
  * Snapchat share icon
51
  * Yummly share icon
@@ -88,7 +88,7 @@ The [Premium Plugin](https://www.ultimatelysocial.com/usm-premium) offers many m
88
 
89
  If there are any important social share networks not covered yet, please let us know!
90
 
91
- = Question 2: What shall the buttons do? =
92
 
93
  Under this question you define what should happen if your visitors click on the social sharing icons.
94
 
@@ -124,7 +124,7 @@ For the *Google+ button* you can allow users to:
124
  * **Share it** with friends (on Google+)
125
 
126
 
127
- The other social share buttons provide similar functions. If you’ve given one share icon several functions then users will see a little popup (tooltip) where they can select what they want to do.
128
 
129
 
130
  = Question 3: Where shall the social sharing icons be displayed? =
@@ -132,51 +132,51 @@ The other social share buttons provide similar functions. If you’ve given one
132
  Now it’s time to define where the social sharing icons should show up. You can select to show them:
133
 
134
  * **Via widget**: In the widget are you’ll see the social media widget where you can drag & drop it onto your sidebar or footer area.
135
- * **Float on the page**: You can define the location of the share buttons, e.g. top right, center left etc., and the margins from the top/bottom/left/right. The share buttons will appear as flying buttons which move as the user scrolls down.
136
- * **Manually**: Place the share buttons via shortcode [DISPLAY_ULTIMATE_PLUS] or insert a php string into your theme.
137
- * **Show the social sharing icons before or after posts**: Here you can select the social sharing icons to show before or after posts. You can choose to show the social sharing icons you selected above (round/squared layout), or pick from a different (rectangle) set of share icons. You can also define a text before the share icons, e.g. “Please follow and share us!” and define the alignment of the share icons (left/right/center).
138
 
139
 
140
- *The following questions are optional only, however most likely you will want to go through them to individualize the share icon’s appearance even more:*
141
 
142
- = Question 4: What design & animation do you want to give your share icons? =
143
 
144
- Here you can define how the sharing buttons should look like. You can select from 16 design options (see screenshots).
145
 
146
  You can also give any social share icon mouse-over effects, such as “fading effects” (sharing buttons fade in/out if moved over), “scale” (sharing buttons become larger if moved over) or “combo” (combination of the previous two).
147
 
148
  If you want to give a subtle hint to your visitors to share, like or follow your site, then you can animate your social share buttons, for example you can let them shuffle automatically (e.g. when the site first loads, or after X seconds as defined by you).
149
 
150
 
151
- = Question 5: Do you want to display counts next to your share icons? =
152
 
153
- Under this question you can decide to display counts next to your share icons. All share icons have the option to show manual counts, however for some share icons automatic options are available.
154
 
155
  For example, for your Facebook share button you can show the number of times the page got liked where the share icon is on (i.e. your site), or the number of likes count of your Facebook page.
156
 
157
  For the Googleplus share button similar options are available. For the Twitter share button you can show the number of your followers on Twitter, which gets updated dynamically.
158
 
159
 
160
- = Question 6: Any other wishes for your main share buttons? =
161
 
162
- Here you get many other options to tailor the share buttons to your needs. For example, you can:
163
 
164
- * Define the order of your share buttons
165
- * Define the size of your share buttons
166
- * Define the space between the share buttons
167
- * Define the alignment of share buttons (with respect to each other)
168
- * Decide how many share buttons should be displayed per row
169
- * Pick a language for your visit us / like / follow / share buttons
170
- * Decide to open windows in a new window (or same window) after user clicked on the share buttons
171
- * Make share buttons stick (if placed via widget, so still visible if user scrolls down)
172
- * Disable float share buttons on mobile devices
173
- * Disable auto-scaling feature of the share buttons for mobile devices (“viewport” meta tag)
174
- * Give your share buttons mouse-over texts
175
 
176
 
177
  = Question 7: Do you want to display a pop up? =
178
 
179
- A pop-up can make it more likely that your visitors share, follow or like your site (or connect with you). Therefore you can decide to show such a popup containing your share buttons, and define…
180
  * *The layout of the pop up*, i.e. displayed text, font type, font style, font color, background color, border color, border thickness, and border shadow.
181
  * *Where the pop-up shall be shown*, i.e. on ever page, on blog posts only, or on selected pages only.
182
  * *When the pop-up shall be shown*, i.e. once every X seconds after the user arrived on the site, or every time the user scrolls to the end of the page.
@@ -193,11 +193,11 @@ You can define the detailed layout of the subscription form, and have various op
193
 
194
  The free plugin already provides tons of options for social sharing (as outlined above). In our Premium Plugin, even more is possible. Some examples for additional features in the Premium Plugin:
195
 
196
- * More share buttons (the icon pack includes an Instagram button, Snapchat button, Yummly button, Print button, Whatsapp button, Yelp button, Soundcloud button, Skype button, Flickr button, Share button, Blogger button, Digg button, Reddit button, Vimeo button, Tumblr button, Xing button, vk button, Telegram button, Amazon button, Spotify button and many more badge, see list above)
197
- * More (default) design styles for your share icons
198
- * Themed design styles for your share buttons (e.g. if you have a site about cats, you can pick from cat-themed buttons etc.)
199
  * Better sharing & following features (tailored tweet texts, allow people to follow you directly on your page etc.)
200
- * Place the share icons on specific pages
201
  * Optimized for mobile sharing and buton display
202
  * More functions for email icon to connect with you
203
  * More lightbox / popup options (e.g. limit how often the popup is shown to the same user)
@@ -219,7 +219,7 @@ Note: This plugin requires CURL to be activated/installed on your server (which
219
 
220
  We will try to keep this FAQ section up-to-date, but please note that the latest version of the FAQ might be only available at http://ultimatelysocial.com/faq
221
 
222
- = I face fundamental issues (the plugin doesn't load, share buttons don't show etc.) =
223
 
224
  Please ensure that:
225
 
@@ -229,7 +229,7 @@ Please ensure that:
229
 
230
  If you're not familiar with those please contact your hosting company or server admin.
231
 
232
- Please check if you have browser extensions activated which may conflict with the share buttons. Known culprits include:
233
 
234
  - Open SEO Stats (Formerly: PageRank Status) in Chrome
235
  - Adblock Plus in Chrome
@@ -254,15 +254,15 @@ Those point to a CURL-issue on your site. Please contact your server admin or yo
254
 
255
  The plugin requires CURL for the social share counts and other features.
256
 
257
- = Share buttons don't show =
258
 
259
  Please ensure you actually placed the social share buttons either as social widget (in your widget area) or as floating icons under question 5). The Premium Plugin makes placing sharing buttons especially easy and also allows you to place sticky buttons on your site, define the placement of the share buttons by margins and many other options, see https://www.ultimatelysocial.com/usm-premium/.
260
 
261
- If only some share buttons show, but not all, then please clear your cache, and check if you may have conflicting browser extensions (e.g. 'Disconnect'-app in Chrome). Also Ad-Blockers are known culprits, please switch them off temporarily to see if that is the reason.
262
 
263
  If the social share buttons still don't show then there's an issue with your template. Please contact the creator of your template for that.
264
 
265
- If you are referring to specific share buttons not showing in the plugin itself (e.g. you're looking for a Whatsapp icon, but it doesnt exist) please note that our Premium Plugin has many more social media share buttons, see https://www.ultimatelysocial.com/usm-premium/
266
 
267
  = Twitter share counters are not displaying (anymore) =
268
 
@@ -276,7 +276,7 @@ Most likely you have the WP Cache plugin installed. Please de-activate and then
276
 
277
  Please ensure you've entered the 'http://' at the beginning of the url (for *all* social networks). If the share buttons are not clickable at all there is most likely an issue with your template. This is especially the case if you've given your social share buttons several features, which should show a pop-up (tooltip) when you move over the share buttons.
278
 
279
- = I cannot upload custom buttons =
280
 
281
  Most likely that's because you've set 'allow_url_fopen' to 'off'. Please turn it to 'on' (or ask your server admin to do so, he'll know what to do. Tell them you need it to upload custom buttons for a social media buttons plugin which are not included yet).
282
 
@@ -284,7 +284,7 @@ Most likely that's because you've set 'allow_url_fopen' to 'off'. Please turn it
284
 
285
  Please ensure that you've selected the radio button 'Username' when you enter a youtube username, or 'Channel ID' when you entered a channel ID.
286
 
287
- = Aligning the share buttons (centered, left- or right-aligned) doesn't work =
288
 
289
  The alignment options under question 5 align the sharing icons with respect to each other, not where they appear on the page. Our new Premium Plugin is the best social sharing plugin on the market, allowing you to define also many other button alignments (e.g. within a widget, within shortcode etc.).
290
 
@@ -306,13 +306,13 @@ Note that you can define an image as 'Featured Image' which tells Facebok / Goog
306
 
307
  You can crosscheck which image Facebook will share by entring your url on https://developers.facebook.com/tools/debug/og/object/.
308
 
309
- = The pop-up shows although I only gave my share button one share function =
310
 
311
  The pop-up only disappears if you've given your sharing buttons only a 'visit us'-function, otherwise (e.g. if you gave it 'Like' (on facebook) or 'Tweet' functions or sharing functions) a pop-up is still needed because the share buttons for those are coming directly from the social media sites (e.g. Facebook, Twitter) and we don't have any influence over their design.
312
 
313
- = I selected to display the sharing buttons after every post but they don't show =
314
 
315
- The sharing buttons usually do show, however not on your blog page, but on your single posts pages. The Premium plugin (https://www.ultimatelysocial.com/usm-premium/) also allows to display the share buttons on your homepage.
316
 
317
  = Plugin decreases my site's loading speed =
318
 
@@ -320,7 +320,7 @@ The plugin is one of the most optimized social media plugin in terms of impact o
320
 
321
  If you still experience loading speed issues, please note that:
322
 
323
- - The more sharing bottons and invite features you place on your site, the more external codes you load (i.e. from the social media sites; we just use their code), therefore impacting loading speed. So to prevent this, give your sharing buttons only 'Visit us'-functionality rather than sharing functionalities.
324
 
325
  - We've programed it so that the code for the social media buttons is the one which loads lasts on your site, i.e. after all the other content has already been loaded. This means: even if there is a decrease in loading speed, it does not impact a user's experience because he sees your site as quickly as before, only the social media buttons take a bit longer to load.
326
 
@@ -378,7 +378,7 @@ Alternatively, you can place the followin into your codes: <?php echo do_shortco
378
 
379
  In some cases there might be issues to display social media sharing buttons which you uploaded as custom buttons. In this case, we provide support as part of our premium plugin: https://www.ultimatelysocial.com/usm-premium/
380
 
381
- = Can I get more options for the share buttons next to posts? =
382
 
383
  Please use this plugin for that: https://www.ultimatelysocial.com/usm-premium/. This allows you to place more share buttons (e.g. including Linkedin) as well as giving you more configuration options.
384
 
@@ -396,7 +396,7 @@ Yes, that is possible in our new social sharing plugin, the Premium Plugn: https
396
 
397
  Use this plugin: https://www.ultimatelysocial.com/usm-premium/
398
 
399
- = Can I deactivate the sharing buttons on mobile? =
400
 
401
  Yes, there's an option for that under question 5. In our new Premium Plugin you can define different settings of the share buttons for mobile, see https://www.ultimatelysocial.com/usm-premium/. The best way to share social media! :)
402
 
@@ -406,7 +406,7 @@ You cannot use the same plugin twice, however you can install both the first USM
406
 
407
  = Where can I find icons for more social media platforms? =
408
 
409
- The premium plugin offrs many more buttons from other social media platforms such as Snapchat, Whattsapp, Yelp, Sound cloud and many others. It's the best socialsharing plugin on the market :) Check it out at https://www.ultimatelysocial.com/usm-premium/
410
 
411
 
412
  == Screenshots ==
@@ -432,6 +432,9 @@ The premium plugin offrs many more buttons from other social media platforms suc
432
 
433
  == Changelog ==
434
 
 
 
 
435
  = 2.7.5 =
436
  * Links updated
437
 
@@ -705,5 +708,5 @@ The premium plugin offrs many more buttons from other social media platforms suc
705
 
706
  == Upgrade Notice ==
707
 
708
- = 2.7.5 =
709
  * Please update
2
  Contributors: socialsharepro
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
+ Tested up to: 4.9.2
6
+ Stable tag: 2.7.6
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ Super-easy-to-use social sharing plugin which adds social sharing icons to share your website with tons of customization features for social icons like Facebook, Twitter, Whatsapp etc.!
11
 
12
  == Description ==
13
 
14
+ This social plugin makes placing social share icons on your site REALLY easy.
15
 
16
  Key features:
17
 
18
  - Select from a **wide range of social share platforms** (see a list of them below)
19
  - Pick from **16 stylish design styles** for your social share buttons
20
+ - Place the social share buttons **before or after posts, floating, via widget, via shortcode, or define the location on the page** (top right, bottom left etc.)
21
+ - Give **several actions to one social share button** (e.g. your Facebook icon can lead visitors to your Facebook page, and also show a Facebook button to share your page on social media)
22
+ - Give your social share buttons an **animation** (e.g. automatic shuffling, mouse-over effects) to make your visitors aware of them, increasing the chance that they follow, like or share your site
23
  - Add **counts** to your share buttons
24
  - Display a **pop-up** (on all or only on selected pages) asking people to follow or share you
25
  - Allow visitors to **subscribe to your site** and receive new posts automatically by email
26
+ - Select from **many other customization features** for your social share buttons
27
 
28
+ The plugin takes you through eight easy-to-answer questions so that configuring your social share icons becomes a no-brainer:
29
 
30
+ = Question 1: Which social share buttons do you want to display? =
31
 
32
  You can select the following:
33
 
43
  * Houzz share icon
44
  * Share icon (allows your visitors to share your site on over 200+ other social media sites; powered by addthis/sharethis)
45
 
46
+ You can also upload custom social share buttons of your choice.
47
 
48
+ The [Premium Plugin](https://www.ultimatelysocial.com/usm-premium) offers many more social share icons and buttons. The premium share button set includes a...
49
 
50
  * Snapchat share icon
51
  * Yummly share icon
88
 
89
  If there are any important social share networks not covered yet, please let us know!
90
 
91
+ = Question 2: What shall the social share buttons do? =
92
 
93
  Under this question you define what should happen if your visitors click on the social sharing icons.
94
 
124
  * **Share it** with friends (on Google+)
125
 
126
 
127
+ The other social share buttons provide similar functions. If you’ve given one social share icon several functions then users will see a little popup (tooltip) where they can select what they want to do, e.g. share it on social media, or just link to your social media profile, or follow you via social media with one click etc.
128
 
129
 
130
  = Question 3: Where shall the social sharing icons be displayed? =
132
  Now it’s time to define where the social sharing icons should show up. You can select to show them:
133
 
134
  * **Via widget**: In the widget are you’ll see the social media widget where you can drag & drop it onto your sidebar or footer area.
135
+ * **Float on the page**: You can define the location of the social share buttons, e.g. top right, center left etc., and the margins from the top/bottom/left/right. The social share buttons will appear as flying buttons which move as the user scrolls down.
136
+ * **Manually**: Place the social share buttons via shortcode [DISPLAY_ULTIMATE_PLUS] or insert a php string into your theme.
137
+ * **Show the social sharing icons before or after posts**: Here you can select the social sharing icons to show before or after posts. You can choose to show the social sharing icons you selected above (round/squared layout), or pick from a different (rectangle) set of social share icons. You can also define a text before the social share icons, e.g. “Please follow and share us!” and define the alignment of the social share icons (left/right/center).
138
 
139
 
140
+ *The following questions are optional only, however most likely you will want to go through them to individualize the social share icon’s appearance even more:*
141
 
142
+ = Question 4: What design & animation do you want to give your social share icons? =
143
 
144
+ Here you can define how the social sharing buttons should look like. You can select from 16 social share design options (see screenshots).
145
 
146
  You can also give any social share icon mouse-over effects, such as “fading effects” (sharing buttons fade in/out if moved over), “scale” (sharing buttons become larger if moved over) or “combo” (combination of the previous two).
147
 
148
  If you want to give a subtle hint to your visitors to share, like or follow your site, then you can animate your social share buttons, for example you can let them shuffle automatically (e.g. when the site first loads, or after X seconds as defined by you).
149
 
150
 
151
+ = Question 5: Do you want to display counts next to your social share icons? =
152
 
153
+ Under this question you can decide to display counts next to your social share icons. All social share icons have the option to show manual counts, however for some social share icons automatic options are available.
154
 
155
  For example, for your Facebook share button you can show the number of times the page got liked where the share icon is on (i.e. your site), or the number of likes count of your Facebook page.
156
 
157
  For the Googleplus share button similar options are available. For the Twitter share button you can show the number of your followers on Twitter, which gets updated dynamically.
158
 
159
 
160
+ = Question 6: Any other wishes for your main social share buttons? =
161
 
162
+ Here you get many other options to tailor the social share buttons to your needs. For example, you can:
163
 
164
+ * Define the order of your social share buttons
165
+ * Define the size of your social share buttons
166
+ * Define the space between the social share buttons
167
+ * Define the alignment of social share buttons (with respect to each other)
168
+ * Decide how many social share buttons should be displayed per row
169
+ * Pick a language for your visit us / like / follow / social share buttons
170
+ * Decide to open windows in a new window (or same window) after user clicked on the social share buttons
171
+ * Make the social share buttons stick (if placed via widget, so still visible if user scrolls down)
172
+ * Disable float social share buttons on mobile devices
173
+ * Disable auto-scaling feature of the social share buttons for mobile devices (“viewport” meta tag)
174
+ * Give your social share buttons mouse-over texts
175
 
176
 
177
  = Question 7: Do you want to display a pop up? =
178
 
179
+ A pop-up can make it more likely that your visitors share, follow or like your site (or connect with you). Therefore you can decide to show such a popup containing your social share buttons, and define…
180
  * *The layout of the pop up*, i.e. displayed text, font type, font style, font color, background color, border color, border thickness, and border shadow.
181
  * *Where the pop-up shall be shown*, i.e. on ever page, on blog posts only, or on selected pages only.
182
  * *When the pop-up shall be shown*, i.e. once every X seconds after the user arrived on the site, or every time the user scrolls to the end of the page.
193
 
194
  The free plugin already provides tons of options for social sharing (as outlined above). In our Premium Plugin, even more is possible. Some examples for additional features in the Premium Plugin:
195
 
196
+ * More social share buttons (the icon pack includes an Instagram button, Snapchat button, Yummly button, Print button, Whatsapp button, Yelp button, Soundcloud button, Skype button, Flickr button, Share button, Blogger button, Digg button, Reddit button, Vimeo button, Tumblr button, Xing button, vk button, Telegram button, Amazon button, Spotify button and many more badge, see list above)
197
+ * More (default) design styles for your social share icons
198
+ * Themed design styles for your social share buttons (e.g. if you have a site about cats, you can pick from cat-themed buttons etc.)
199
  * Better sharing & following features (tailored tweet texts, allow people to follow you directly on your page etc.)
200
+ * Place the social share icons on specific pages
201
  * Optimized for mobile sharing and buton display
202
  * More functions for email icon to connect with you
203
  * More lightbox / popup options (e.g. limit how often the popup is shown to the same user)
219
 
220
  We will try to keep this FAQ section up-to-date, but please note that the latest version of the FAQ might be only available at http://ultimatelysocial.com/faq
221
 
222
+ = I face fundamental issues (the plugin doesn't load, social share buttons don't show etc.) =
223
 
224
  Please ensure that:
225
 
229
 
230
  If you're not familiar with those please contact your hosting company or server admin.
231
 
232
+ Please check if you have browser extensions activated which may conflict with the social share buttons. Known culprits include:
233
 
234
  - Open SEO Stats (Formerly: PageRank Status) in Chrome
235
  - Adblock Plus in Chrome
254
 
255
  The plugin requires CURL for the social share counts and other features.
256
 
257
+ = Social share buttons don't show =
258
 
259
  Please ensure you actually placed the social share buttons either as social widget (in your widget area) or as floating icons under question 5). The Premium Plugin makes placing sharing buttons especially easy and also allows you to place sticky buttons on your site, define the placement of the share buttons by margins and many other options, see https://www.ultimatelysocial.com/usm-premium/.
260
 
261
+ If only some social share buttons show, but not all, then please clear your cache, and check if you may have conflicting browser extensions (e.g. 'Disconnect'-app in Chrome). Also Ad-Blockers are known culprits, please switch them off temporarily to see if that is the reason.
262
 
263
  If the social share buttons still don't show then there's an issue with your template. Please contact the creator of your template for that.
264
 
265
+ If you are referring to specific social share buttons not showing in the plugin itself (e.g. you're looking for a Whatsapp icon, but it doesnt exist) please note that our Premium Plugin has many more social media share buttons, see https://www.ultimatelysocial.com/usm-premium/
266
 
267
  = Twitter share counters are not displaying (anymore) =
268
 
276
 
277
  Please ensure you've entered the 'http://' at the beginning of the url (for *all* social networks). If the share buttons are not clickable at all there is most likely an issue with your template. This is especially the case if you've given your social share buttons several features, which should show a pop-up (tooltip) when you move over the share buttons.
278
 
279
+ = I cannot upload social custom buttons =
280
 
281
  Most likely that's because you've set 'allow_url_fopen' to 'off'. Please turn it to 'on' (or ask your server admin to do so, he'll know what to do. Tell them you need it to upload custom buttons for a social media buttons plugin which are not included yet).
282
 
284
 
285
  Please ensure that you've selected the radio button 'Username' when you enter a youtube username, or 'Channel ID' when you entered a channel ID.
286
 
287
+ = Aligning the social share buttons (centered, left- or right-aligned) doesn't work =
288
 
289
  The alignment options under question 5 align the sharing icons with respect to each other, not where they appear on the page. Our new Premium Plugin is the best social sharing plugin on the market, allowing you to define also many other button alignments (e.g. within a widget, within shortcode etc.).
290
 
306
 
307
  You can crosscheck which image Facebook will share by entring your url on https://developers.facebook.com/tools/debug/og/object/.
308
 
309
+ = The pop-up shows although I only gave my social share button one share function =
310
 
311
  The pop-up only disappears if you've given your sharing buttons only a 'visit us'-function, otherwise (e.g. if you gave it 'Like' (on facebook) or 'Tweet' functions or sharing functions) a pop-up is still needed because the share buttons for those are coming directly from the social media sites (e.g. Facebook, Twitter) and we don't have any influence over their design.
312
 
313
+ = I selected to display the social sharing buttons after every post but they don't show =
314
 
315
+ The social sharing buttons usually do show, however not on your blog page, but on your single posts pages. The Premium plugin (https://www.ultimatelysocial.com/usm-premium/) also allows to display the share buttons on your homepage.
316
 
317
  = Plugin decreases my site's loading speed =
318
 
320
 
321
  If you still experience loading speed issues, please note that:
322
 
323
+ - The more social sharing bottons and invite features you place on your site, the more external codes you load (i.e. from the social media sites; we just use their code), therefore impacting loading speed. So to prevent this, give your sharing buttons only 'Visit us'-functionality rather than sharing functionalities.
324
 
325
  - We've programed it so that the code for the social media buttons is the one which loads lasts on your site, i.e. after all the other content has already been loaded. This means: even if there is a decrease in loading speed, it does not impact a user's experience because he sees your site as quickly as before, only the social media buttons take a bit longer to load.
326
 
378
 
379
  In some cases there might be issues to display social media sharing buttons which you uploaded as custom buttons. In this case, we provide support as part of our premium plugin: https://www.ultimatelysocial.com/usm-premium/
380
 
381
+ = Can I get more options for the social share buttons next to posts? =
382
 
383
  Please use this plugin for that: https://www.ultimatelysocial.com/usm-premium/. This allows you to place more share buttons (e.g. including Linkedin) as well as giving you more configuration options.
384
 
396
 
397
  Use this plugin: https://www.ultimatelysocial.com/usm-premium/
398
 
399
+ = Can I deactivate the social sharing buttons on mobile? =
400
 
401
  Yes, there's an option for that under question 5. In our new Premium Plugin you can define different settings of the share buttons for mobile, see https://www.ultimatelysocial.com/usm-premium/. The best way to share social media! :)
402
 
406
 
407
  = Where can I find icons for more social media platforms? =
408
 
409
+ The premium plugin offrs many more social buttons from other social media platforms such as Snapchat, Whattsapp, Yelp, Sound cloud and many others. It's the best socialsharing plugin on the market :) Check it out at https://www.ultimatelysocial.com/usm-premium/
410
 
411
 
412
  == Screenshots ==
432
 
433
  == Changelog ==
434
 
435
+ = 2.7.6 =
436
+ * Saving links for custom icons sometimes didn't work. Fixed now.
437
+
438
  = 2.7.5 =
439
  * Links updated
440
 
708
 
709
  == Upgrade Notice ==
710
 
711
+ = 2.7.6 =
712
  * Please update
ultimate_social_media_icons.php CHANGED
@@ -7,7 +7,7 @@ Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://ultimatelysocial.com
10
- Version: 2.7.5
11
  License: GPLv2
12
  */
13
 
@@ -92,7 +92,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
92
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
93
 
94
  /*Plugin version setup*/
95
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.75)
96
  {
97
  add_action("init", "sfsi_plus_update_plugin");
98
  }
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://ultimatelysocial.com
10
+ Version: 2.7.6
11
  License: GPLv2
12
  */
13
 
92
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
93
 
94
  /*Plugin version setup*/
95
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.76)
96
  {
97
  add_action("init", "sfsi_plus_update_plugin");
98
  }