Version Description
- Minor change.
- WP 4.4 release support.
Download this release
Release Info
Developer | linksalpha |
Plugin | Social Sharing Toolkit |
Version | 2.5 |
Comparing to | |
See all releases |
Code changes from version 2.4 to 2.5
- includes/buttons/button.linksalpha.php +1 -1
- readme.txt +6 -3
- social_sharing_toolkit.php +1 -1
includes/buttons/button.linksalpha.php
CHANGED
@@ -20,7 +20,7 @@ class MR_Social_Sharing_Toolkit_LinksAlpha extends MR_Social_Sharing_Toolkit_But
|
|
20 |
$image = 'social_share_button.png';
|
21 |
break;
|
22 |
}
|
23 |
-
$retval = '<a class="linksalpha_button linksalpha_link" href="//www.linksalpha.com/social/mobile" data-url="'.$url.'" data-text="'.$title.'" data-desc="'.$description.'" data-image="'.$media.'" data-button="'.$type.'">
|
24 |
<img src="//www.linksalpha.com/images/'.$image.'" alt="Share" class="linksalpha_image" />
|
25 |
</a><script type="text/javascript" src="//www.linksalpha.com/scripts/loader_iconbox.js?v=2.3"></script>';
|
26 |
return $retval;
|
20 |
$image = 'social_share_button.png';
|
21 |
break;
|
22 |
}
|
23 |
+
$retval = '<a rel="nofollow" class="linksalpha_button linksalpha_link" href="//www.linksalpha.com/social/mobile" data-url="'.$url.'" data-text="'.$title.'" data-desc="'.$description.'" data-image="'.$media.'" data-button="'.$type.'">
|
24 |
<img src="//www.linksalpha.com/images/'.$image.'" alt="Share" class="linksalpha_image" />
|
25 |
</a><script type="text/javascript" src="//www.linksalpha.com/scripts/loader_iconbox.js?v=2.3"></script>';
|
26 |
return $retval;
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: linksalpha
|
3 |
Tags: Facebook, Like, WhatsApp, LinkedIn, Share, Google, Plus, +1, Pinterest, Google+, Twitter, Tweet, Follow, StumbleUpon, Stumble, Tumblr, Delicious, Digg, Reddit, Myspace, Hyves, YouTube, Flickr, 500px, Picasa, deaviantART, App.net, mail, Gmail, AOL, Evernote, Hotmail, Instapaper, Mail.ru, Pocket, Sonico, vkontakte, Weibo, Yahoo Mail, Yammer, RSS, feed, connect, recommend, social, sharing, widget, shortcode, page, post, button, counter, icon, bitly, Open Graph
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 2.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Easy sharing and connecting on social networks. Display on posts or use widgets or shortcode. Also Twitter name/hashtag to link converter.
|
@@ -183,10 +183,13 @@ Upload the Social Sharing Toolkit plugin to the `/wp-content/plugins/` folder on
|
|
183 |
|
184 |
== Upgrade Notice ==
|
185 |
|
|
|
|
|
|
|
|
|
186 |
= 2.4 =
|
187 |
* Added support for WhatsApp.
|
188 |
|
189 |
-
|
190 |
= 2.3 =
|
191 |
* Bug fixes.
|
192 |
|
2 |
Contributors: linksalpha
|
3 |
Tags: Facebook, Like, WhatsApp, LinkedIn, Share, Google, Plus, +1, Pinterest, Google+, Twitter, Tweet, Follow, StumbleUpon, Stumble, Tumblr, Delicious, Digg, Reddit, Myspace, Hyves, YouTube, Flickr, 500px, Picasa, deaviantART, App.net, mail, Gmail, AOL, Evernote, Hotmail, Instapaper, Mail.ru, Pocket, Sonico, vkontakte, Weibo, Yahoo Mail, Yammer, RSS, feed, connect, recommend, social, sharing, widget, shortcode, page, post, button, counter, icon, bitly, Open Graph
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 4.4
|
6 |
+
Stable tag: 2.5
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Easy sharing and connecting on social networks. Display on posts or use widgets or shortcode. Also Twitter name/hashtag to link converter.
|
183 |
|
184 |
== Upgrade Notice ==
|
185 |
|
186 |
+
= 2.5 =
|
187 |
+
* Minor change.
|
188 |
+
* WP 4.4 release support.
|
189 |
+
|
190 |
= 2.4 =
|
191 |
* Added support for WhatsApp.
|
192 |
|
|
|
193 |
= 2.3 =
|
194 |
* Bug fixes.
|
195 |
|
social_sharing_toolkit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Social Sharing Toolkit
|
4 |
Plugin URI: http://wordpress.org/plugins/social-sharing-toolkit/
|
5 |
Description: This plugin enables sharing of your content via popular social networks and can also convert Twitter names and hashtags to links. Easy & configurable.
|
6 |
-
Version: 2.
|
7 |
Author: linksalpha
|
8 |
Author URI: http://www.linksalpha.com
|
9 |
*/
|
3 |
Plugin Name: Social Sharing Toolkit
|
4 |
Plugin URI: http://wordpress.org/plugins/social-sharing-toolkit/
|
5 |
Description: This plugin enables sharing of your content via popular social networks and can also convert Twitter names and hashtags to links. Easy & configurable.
|
6 |
+
Version: 2.5
|
7 |
Author: linksalpha
|
8 |
Author URI: http://www.linksalpha.com
|
9 |
*/
|