Version Description
- Updated: replaced script of hatena to no tracking version.
Download this release
Release Info
Developer | utahvich |
Plugin | WP Social Bookmarking Light |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.0 to 1.7.1
- modules/services.php +1 -1
- readme.txt +4 -1
- wp-social-bookmarking-light.php +1 -1
modules/services.php
CHANGED
@@ -89,7 +89,7 @@ class WpSocialBookmarkingLight
|
|
89 |
.' title="'.$alt.'">'
|
90 |
.' <img src="http://b.st-hatena.com/images/entry-button/button-only.gif"'
|
91 |
.' alt="'.$alt.'" width="20" height="20" style="border: none;" /></a>'
|
92 |
-
.'<script type="text/javascript" src="http://b.st-hatena.com/js/
|
93 |
}
|
94 |
|
95 |
/**
|
89 |
.' title="'.$alt.'">'
|
90 |
.' <img src="http://b.st-hatena.com/images/entry-button/button-only.gif"'
|
91 |
.' alt="'.$alt.'" width="20" height="20" style="border: none;" /></a>'
|
92 |
+
.'<script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button_wo_al.js" charset="utf-8" async="async"></script>');
|
93 |
}
|
94 |
|
95 |
/**
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: links, social, bookmarks, bookmarking, Hatena, Livedoor Clip, BuzzURL, @nifty clip, Twitter, Tumblr, FC2 Bookmark, newsing, Choix, Yahoo!JAPAN Bookmark, Yahoo!Buzz, Google Bookmark, Delicious, Digg, FriendFeed, Google Buzz, Facebook, reddit, LinkedIn, Evernote, Instapaper, StumbleUpon, mixi, gree, atode, toread, grow!
|
5 |
Requires at least: 2.9.0
|
6 |
Tested up to: 3.1.2
|
7 |
-
Stable tag: 1.7.
|
8 |
|
9 |
This plugin inserts social share links at the top or bottom of each post.
|
10 |
|
@@ -59,6 +59,9 @@ This is the list of used social sites:
|
|
59 |
|
60 |
== Changelog ==
|
61 |
|
|
|
|
|
|
|
62 |
= 1.7.0 =
|
63 |
* Added: Grow! Button.
|
64 |
* Fixed: Validation fails.
|
4 |
Tags: links, social, bookmarks, bookmarking, Hatena, Livedoor Clip, BuzzURL, @nifty clip, Twitter, Tumblr, FC2 Bookmark, newsing, Choix, Yahoo!JAPAN Bookmark, Yahoo!Buzz, Google Bookmark, Delicious, Digg, FriendFeed, Google Buzz, Facebook, reddit, LinkedIn, Evernote, Instapaper, StumbleUpon, mixi, gree, atode, toread, grow!
|
5 |
Requires at least: 2.9.0
|
6 |
Tested up to: 3.1.2
|
7 |
+
Stable tag: 1.7.1
|
8 |
|
9 |
This plugin inserts social share links at the top or bottom of each post.
|
10 |
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 1.7.1 =
|
63 |
+
* Updated: replaced script of hatena to no tracking version.
|
64 |
+
|
65 |
= 1.7.0 =
|
66 |
* Added: Grow! Button.
|
67 |
* Fixed: Validation fails.
|
wp-social-bookmarking-light.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.ninxit.com/blog/2010/06/13/wp-social-bookmarking-light/
|
|
5 |
Description: This plugin inserts social share links at the top or bottom of each post.
|
6 |
Author: utahta
|
7 |
Author URI: http://www.ninxit.com/blog/
|
8 |
-
Version: 1.7.
|
9 |
*/
|
10 |
/*
|
11 |
Copyright 2010 utahta (email : labs.ninxit@gmail.com)
|
5 |
Description: This plugin inserts social share links at the top or bottom of each post.
|
6 |
Author: utahta
|
7 |
Author URI: http://www.ninxit.com/blog/
|
8 |
+
Version: 1.7.1
|
9 |
*/
|
10 |
/*
|
11 |
Copyright 2010 utahta (email : labs.ninxit@gmail.com)
|