Hi!请登陆

WordPress 博客各大书签收藏网站代码链接总汇

2020-11-10 39 11/10

昨天在给我的Z-Blog博客添加收藏书签代码的时候,发现找这些添加收藏的网站的链接还真是有点难度,可能是因为我输入的搜索关键词不大正确的问题,搜出来的结果全是提供收藏JS调用的网站,很是郁闷。不过还好,折腾了半天,让我陆续找到了不少相关的收藏网站的添加链接,OZABC将其整理如下。

wordpress 博客网站书签链接:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<a href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>">Digg</a>
<a href="http://www.google.com/reader/link?url=<?php the_permalink(); ?>&title=<?php the_title(''); ?>">GReader</a>
<a href="http://www.kaixin001.com/repaste/share.php?rtitle=<?php the_title(''); ?>&rurl=<?php the_permalink(); ?>&rcontent=">开心网</a>
<a href="http://myweb.cn.yahoo.com/popadd.html?title=<?php the_title();?>&url=<?php the_permalink() ?>&tag=&summary=">Yahoo书签</a>
<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=<?php the_permalink() ?>&title=<?php the_title();?>">Google书签</a>
<a href="http://cang.baidu.com/do/add?it=<?php the_title();?>&iu=<?php the_permalink() ?>&dc=&fr=ien#nw=1">百度搜藏</a>
<a href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=<?php the_permalink() ?>&title=< ?php the_title();?>&top=1">Windows Live</a>
<a href="http://my.poco.cn/fav/storeIt.php?t=<?php the_title();?>&u=<?php the_permalink() ?>" >POCO网摘</a>
<a href="http://www.facebook.com/share.php?u=<?php the_permalink() ?>&title=<?php the_title();?>">FaceBook</a>
<a href="http://www.plaxo.com/?share_link=<?php the_permalink() ?>">Plaxo</a>
<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=<?php the_permalink() ?>&t=<?php the_title();?>&l=3&c=">MySpace</a>
<a href="http://www.xianguo.com/service/submitfav/?link=<?php the_permalink() ?>&title=<?php the_title();?>">鲜果</a>
<a href="http://www.diglog.com/submit.aspx?act=like&returnurl=true&title=<?php the_title();?>&url=< ?php the_permalink() ?>&description=">DigLog</a>
<a href="http://www.shouker.com/mc/col/post2.aspx?title=<?php the_title();?>&surl=<?php the_permalink() ?>">收客网</a>
<a href="http://digg.com/submit?url=<?php the_permalink() ?>&title=<?php the_title();?>">Digg</a>
<a href="http://www.mixx.com/submit?page_url=<?php the_permalink() ?>">Mixx</a>
<a href="http://twitter.com/home/?status=<?php the_title();?> <?php the_permalink() ?> via @fearlessz&source=WhoopNetworkBlog">Twitter</a>
<a href="http://www.plurk.com/m?content=<?php the_permalink() ?>&qualifier=shares">Plurk</a>
<a href="http://fanfou.com/sharer?u=<?php the_permalink() ?>&t=< ?php the_title();?>" >饭否</a>
<a href="http://t.sina.com.cn/k/<?php the_title();?> <?php the_permalink() ?>">新浪微博</a>
<a href="http://shuqian.qq.com/post?title=<?php the_title();?>&uri=<?php the_permalink() ?>">QQ书签</a>
<a href="http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title();?>">Del.icio.us</a>
<a href="http://www.mister-wong.com/index.php?action=addurl&bm_url=<?php the_permalink() ?>&bm_description=<?php the_title();?>&bm_notice=">Mister Wong</a>
<a href="http://vivi.sina.com.cn/collect/icollect.php?pid=28&title=<?php the_title();?>&url=<?php the_permalink() ?>">新浪 vivi</a>
<a href="http://www.365key.com/storeit.aspx?t=<?php the_permalink() ?>&h=<?php the_title();?>">365key网摘</a>
<a href="http://share.renren.com/share/buttonshare.do?link=<?php the_permalink() ?>&title=<?php the_title();?>">人人</a>
<a href="http://www.douban.com/recommend/?url=<?php the_permalink() ?>&title=<?php the_title();?>&v=1" >豆瓣</a>
<a href="http://9.douban.com/recommend/?url=<?php the_permalink() ?>&title=<?php the_title();?>">9点</a>
<a href="http://leshou.com/post?act=shou&reuser=&title=<?php the_title();?>&url=<?php the_permalink() ?>&intro=&tags=&tool=1">乐收网</a>
<a href="http://www.technorati.com/faves?add=<?php the_permalink() ?>">Technorati</a>
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&title=< ?php the_title();?>">StumbleUpon</a>
<a href="http://www.reddit.com/submit?url=<?php the_permalink() ?>">Reddit</a>
<a href="http://www.diguff.com/diguShare/bookMark_FF.jsp?&title=<?php the_title();?>&url=<?php the_permalink() ?>">嘀咕</a>
<a href="http://zuosa.com/collect/Collect.aspx?u=<?php the_permalink() ?>&t=<?php the_title();?>&s=bjnahan.net">做啥</a>
<a href="http://jiwai.de/wo/share/s?u=<?php the_permalink() ?>&t=<?php the_title();?>">叽歪</a>

提示:相关文章链接代码已更替为WordPress博客的文章链接标签代码,所以无需修改,可直接使用。

相关推荐