现在的位置: 首页 > 互联网络 > WP相关 > 正文

WordPress免插件实现分享&收藏的功能

2010-08-11 22:10 WP相关 ⁄ 共 1547字 ⁄ 字号 评论 10 条

最近,浏览了不少的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(); ?>&amp;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(); ?>&amp;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&amp;title=<?php the_permalink(); ?>&uri=<?php the_title(''); ?>" target="_blank">QQ书签</a> | <a href="http://www.xianguo.com/service/submitfav/?link=<?php the_permalink(); ?>&amp;title=<?php the_title(''); ?>" target="_blank">鲜果</a> | <a href="http://www.kaixin001.com/repaste/share.php?rtitle=<?php the_permalink(); ?>&amp;rurl=<?php the_title(''); ?>&amp;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 之前的截图
mianchajiana

参考文献WordPress 非插件实现分享按钮

目前有 10 条留言    访客:4 条, 博主:3 条 ,引用: 3 条

  1. 淘宝店铺推荐 2010年08月11日 9:56 下午  @回复  Δ1楼 回复

    文章不错,受益匪浅,顶!!


    • 管理员
      明镜 2010年08月11日 10:10 下午  @回复  ∇地下1层 回复

      呵呵,欢迎你来坐沙发··· :smile:

  2. emul 2010年08月12日 4:18 上午  @回复  Δ2楼 回复

    有点道理

  3. laowi 2010年08月16日 4:14 下午  @回复  Δ3楼 回复

    这个比较拖速度哇
    话说你换主题了!


    • 管理员
      明镜 2010年08月16日 4:52 下午  @回复  ∇地下1层 回复

      没换主题啊~只是经过了润色一番。 :roll:

      你博客的文章点击率超高!嘿,咋做的 :mrgreen:

  4. ztoo 2010年08月19日 3:05 上午  @回复  Δ4楼 回复

    来看看


    • 管理员
      明镜 2010年08月19日 8:22 上午  @回复  ∇地下1层 回复

      你的博客主题很好啊~

外部的引用: 3 条

  • 求索阁 » 求索阁:最近你在求索啥?
  • 非插件实现分享功能和加入版权信息 | Sailor's Room
  • 非插件实现wordpress分享功能和加入版权信息 | 汪浩然

给我留言

留言无头像?