Changeset 187269
- Timestamp:
- 12/27/2009 11:25:09 AM (16 years ago)
- Location:
- social-bookmarking-jp/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
social-bookmarking-jp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-bookmarking-jp/trunk/readme.txt
r180598 r187269 4 4 Tags: links, social, bookmarks, bookmarking, Hatena, Livedoor Clip, BuzzURL, Twitter, Tumblr, FC2 Bookmark, newsing, Choix, Google Bookmark, Delicious, Digg 5 5 Requires at least: 2.7.0 6 Tested up to: 2. 8.67 Stable tag: 0.9.1. 16 Tested up to: 2.9.0 7 Stable tag: 0.9.1.2 8 8 9 9 Embedding Japanese major social bookmark services hyper links and icons … … 11 11 == Description == 12 12 13 Social Bookmarking JP plugin embeds links and icons of Hatena Bookmark, 14 Livedoor Clip, Yahoo!JAPAN Bookmark, BuzzURL, Twitter, Tumblr, FC2 Bookmark, newsing, Choix, Google Bookmark, Delicious and Digg to the heading or ending of the post. These are Japanese major social bookmark services (except Delicious and Digg). 13 Social Bookmarking JP plugin embeds links and icons of Hatena Bookmark, Livedoor Clip, Yahoo!JAPAN Bookmark, BuzzURL, Twitter, Tumblr, FC2 Bookmark, newsing, Choix, Google Bookmark, Delicious and Digg to the heading or ending of the post. These are Japanese major social bookmark services (except Delicious and Digg). 15 14 16 15 == Installation == … … 26 25 27 26 == Changelog == 27 28 = 0.9.1.2 = 29 30 * Google Bookmark broken bug was fixed. 28 31 29 32 = 0.9.1.1 = -
social-bookmarking-jp/trunk/social-bookmarking-jp.php
r180544 r187269 6 6 Author: sakuratan 7 7 Author URI: http://sakuratan.biz/ 8 Version: 0.9.1. 18 Version: 0.9.1.2 9 9 */ 10 10 … … 162 162 'label' => __('Google Bookmark', 'social-bookmarking-jp'), 163 163 'entry' => array( 164 'link' => 'http://www.google.com/bookmarks/mark?op=edit&bkmk=@ ENCODED_URL@&title=@ENCODED_TITLE@',164 'link' => 'http://www.google.com/bookmarks/mark?op=edit&bkmk=@URLENCODED_LINK@&title=@URLENCODED_TITLE@', 165 165 'icon' => WP_PLUGIN_URL . '/social-bookmarking-jp/google.gif', 166 166 'width' => 16,
Note: See TracChangeset
for help on using the changeset viewer.