散人笔记

—— 学术资源与网络技术博客

« 小熊猫病毒专杀工具双击无法打开硬盘某个盘符或文件件的解决方法 »

百度搜藏、雅虎收藏夹等网络书签插件代码

以下代码是各流行网络书签、网摘的插件代码,直接适用于Zblog程序。代码中没有采用繁琐的JS,全部采用链接的形式调用,减少了页面文件的大小。

百度搜藏插件代码

<a target="_blank" href="http://cang.baidu.com/do/add?it=<#article/title#>&iu=<#article/url#>"  rel="nofollow"><img src="<#ZC_BLOG_HOST#>image/logo/baidu.png" alt="<#ZC_MSG266#>"/></a>


雅虎收藏夹网页插件代码

<a target="_blank" href="http://myweb.cn.yahoo.com/popadd.html?url=<#article/url#>&title=<#article/title#>" rel="nofollow"><img src="<#ZC_BLOG_HOST#>image/logo/yahoomyweb-cn.png" alt="<#ZC_MSG265#>"/></a>


Del.icio.us插件代码

<a target="_blank" href="http://del.icio.us/post?url=<#article/url#>&title=<#article/title#>" rel="nofollow"><img src="<#ZC_BLOG_HOST#>image/logo/delicious.png" alt="del.icio.us"/></a>


Diglog插件:

<a target="_blank" href="http://www.diglog.com/submit?url=<#article/url#>&title=<#article/title#>" rel="nofollow"><img src="<#ZC_BLOG_HOST#>image/logo/diglog.png" alt="diglog"/></a>


Digg插件:

<a target="_blank" href="http://digg.com/submit?phase=2&url=<#article/url#>&title=<#article/title#>" rel="nofollow"><img src="<#ZC_BLOG_HOST#>image/logo/digg.png" alt="digg"/></a>


Spurl

<a target="_blank" href="http://www.spurl.net/spurl.php?v=3&title=<#article/title#>&url=<#article/url#>" rel="nofollow"><img src="<#ZC_BLOG_HOST#>image/logo/spurl.png" alt="spurl"/></a>


Reddit
reddit

Blogmarks

<a target="_blank" href="http://blogmarks.net/my/new.php?mini=1&simple=1&url=<#article/url#>&title=<#article/title#>" rel="nofollow"><img src="<#ZC_BLOG_HOST#>image/logo/blogmarks.png" alt="blogmarks"/></a>


Simpy

<a href="#" onclick="window.open('http://www.simpy.com/simpy/LinkAdd.do?href='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title), 'simpy','resizable=yes');"><img src="<#ZC_BLOG_HOST#>image/logo/simpy.png" alt="Simpy"/></a>


Newsvine

<a target="_blank" href="http://www.newsvine.com/_tools/seed&save?u=<#article/url#>&h=<#article/title#>" rel="nofollow"><img src="<#ZC_BLOG_HOST#>image/logo/newsvine.png" alt="newsvine"/></a>


Fark

<a target="_blank" href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=<#article/url#>&new_comment=<#article/title#>" rel="nofollow"><img src="<#ZC_BLOG_HOST#>image/logo/fark.png" alt="fark"/></a>

如果是其它blog程序(如WordPress、Movable Type等)的话,只要把其中的“<#article/title#>”替换成你的blog程序的文章标题代码,把“<#article/url#>”替换成你的网址代码即可。

效果演示请参见搜索引擎周边中的任何一篇文章。

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Copyright 2006-2106. 散人笔记—学术与网络技术博客 All Rights Reserved.

版权声明:转载本站文章必须遵循“署名-非商业用途-保持一致”的创作共用协议.