最近,浏览了不少的WordPress技术名博,发现原先需要一大堆插件才能实现的功能,现在只需要几行代码就能免插件替代实现了。按照行规,能不用插件就尽量不要用。今日,求索阁也把wp-share-list这款相当流行的“分享收藏”插件给下架了。
该效果可在每篇文章的结尾处看到.长话短说,往下继续阅读:
HTML代码(将之插入模板文件中的single.php文件中合适的地方)
<div class="share">
<strong>分享&收藏本文</strong>:
<a href="http://share.renren.com/share/buttonshare.do?link=<?php the_permalink(); ?>&title=<?php the_title(''); ?>" target="_blank">人人网</a> | <a href="http://v.t.sina.com.cn/share/share.php?url=<?php the_permalink(); ?>:<?php the_title(''); ?>" target="_blank">新浪微博</a> | <a href="http://www.douban.com/recommend/?url=<?php the_permalink(); ?>&title=<?php the_title(''); ?>" target="_blank">豆瓣</a> | <a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=<?php echo urlencode(get_permalink($post->ID));?>" target="_blank">QQ空间</a> | <a href="http://cang.baidu.com/do/add?it=<?php echo urlencode($post->post_title);?>&iu=<?php echo urlencode(get_permalink($post->ID));?>&dc=" target="_blank">百度搜藏</a> | <a href="http://shuqian.qq.com/post?from=3&title=<?php the_permalink(); ?>&uri=<?php the_title(''); ?>" target="_blank">QQ书签</a> | <a href="http://www.xianguo.com/service/submitfav/?link=<?php the_permalink(); ?>&title=<?php the_title(''); ?>" target="_blank">鲜果</a> | <a href="http://www.kaixin001.com/repaste/share.php?rtitle=<?php the_permalink(); ?>&rurl=<?php the_title(''); ?>&rcontent=" target="_blank">开心网</a>
</div>
CSS代码
.share{color:#F60;margin:10px 0;border:1px dashed #D5D5D8;background:#F0F0F0;padding:5px 0 5px 5px}
.share a{margin-left:6px;}
PS:有兴趣的朋友,其实可以把a标签都改成图片样式的,这样看上去或许更美观~).下图是卸载wp-share-list 之前的截图:
(参考文献:WordPress 非插件实现分享按钮)
文章不错,受益匪浅,顶!!
管理员 明镜: 2010年08月11日 10:10 下午 ∇地下1层
呵呵,欢迎你来坐沙发···
有点道理
这个比较拖速度哇
话说你换主题了!
管理员 明镜: 2010年08月16日 4:52 下午 ∇地下1层
没换主题啊~只是经过了润色一番。
你博客的文章点击率超高!嘿,咋做的
来看看
管理员 明镜: 2010年08月19日 8:22 上午 ∇地下1层
你的博客主题很好啊~