Share This “守望轩”中文版
2008-03-19 – 00:00Share this classic 插件,是一个款优秀的wordpress插件。Share This “守望轩”中文版,是在原英文版Share this classic 插件基础上修改,同时参考了”幸福收藏夹“和”可能吧“等中文修改版本。
特点:
1. 全中文显示。
2.收藏标签加入国外和国内主流的网络标签,适合中文博客用户使用。用户可以通过简单的修改,可以添加更多的网络标签。
3、修正了大多数中文版中,收藏到“新浪 vivi”的标题乱码问题。
4、收藏的窗体在新窗体中打开,同时不再经由sharethis.com跳转,直接跳转到收藏标签的页面,避免由于无法访问sharethis.com而无法添加收藏。
安装使用:
1、share-this-cn-wl文件夹上传到wp的插件目录下(wp-content/plugins/).
2.后台启用插件。
3.后台设置插件。(设置非常简单)
4、本插件默认取消了自动显示收藏标签的。在主题模板里(比如single.php),在需要显示“收藏标签”的位置加入如下代码:
<? akst_share_link(); ?>
在模板footer.php 中加入如下代码 :
<?
if ( is_single() )
{
akst_share_form();
}
?>
这样只在文章的页面才显示收藏
5、如果你不知道如何修改主题模板,也可以修改share-this-cn-wl文件夹里的share-this-cn-wl.php文件 ,在文章中自动显示“收藏标签”:
。修改方法如下:
用“记事本”打开share-this-cn-wl.php文件,把以下地方
@define(’AKST_ADDTOCONTENT’, false);
// set this to false if you do not want to automatically add the Share This link to your content
//是否在文章的显示Share This 的链接
@define(’AKST_ADDTOFOOTER’, false);
// set this to false if you do not want to automatically add the Share This form to the page in your footer
//是否在文章的底部显示Share This的对话框
修改成
@define(’AKST_ADDTOCONTENT’, true);
// set this to false if you do not want to automatically add the Share This link to your content
//是否在文章的显示Share This 的链接
@define(’AKST_ADDTOFOOTER’, true);
// set this to false if you do not want to automatically add the Share This form to the page in your footer
//是否在文章的底部显示Share This的对话框。
如果你不知道修改的话,请回复本文,留下你的email地址,我发给你。
下载:
版本:版本:1.5.3
更新内容:
1、修复在rss中bug;
下载地址:
1)http://watch-life.googlecode.com/files/share-this-cn-wl-1-5-3.rar
版本:1.5.2
1、更新日期:2008-06-28
2、更新内容:在弹出的窗口加入 “更多书签…”链接文字,点击后,打开一个新的收藏页面,里面有更多国内或者国外的热门网络收藏书签。
如下图所示:
下载地址:
1)地址1:http://watch-life.googlecode.com/files/share-this-cn-wl.rar(推荐)
2):http://www.watch-life.net/file/wp/share-this-cn-wl-1-5-2/share-this-cn-wl.rar
版本:1.5.1
下载地址:
地址1:http://watch-life.googlecode.com/files/share-this-cn-wl-1-5-1.rar(推荐)
地址2:http://www.watch-life.net/file/wp/share-this-cn-wl-1-5-1/share-this-cn-wl.rar
更多下载见:http://watch-life.googlecode.com
本文地址:http://www.watch-life.net/wordpress/share-this-cn-wl.html


网友评论( 15 )