这里介绍一种或许大家熟悉的功能,可是不是很常用——为你的网站或者博客增加一个书签功能。不仅仅是让你的站显得更专业,而且还可以增加一些访问量和外部链接。下面是我博客上的一篇文章,现在和大家分享一下:
把原来的为文章评分的插件去掉后,添加上了一个新的东东,就是书签功能。这里给你rose选了几个不错的书签搜藏网站:QQ书签、抓虾、鲜果、雅虎收藏夹、365key。以前我在一个网站上用了雅虎书签功能,还行,能够带来一点流量。对于wordpress有专门的添加书签功能的插件,不过感觉不好用,超级麻烦,现在提供一段代码给大家,你可以按照自己的喜欢减少或添加书签网站:
<a href=”javascript:window.open(” mce_href=”javascript:window.open(”‘http://shuqian.qq.com/post?from=3&title=’+encodeURIComponent(document.title)+’&uri=’+encodeURIComponent(document.location.href)+’&jumpback=2&noui=1′,’favit’,”);void(0)><IMG alt=添加到QQ书签 src=”http://www.chinaz.com/images/sc/qq.gif” mce_src=”http://www.chinaz.com/images/sc/qq.gif” align=absMiddle border=0 /></a><br /> <a href=”#” mce_href=”#” onclick=”window.open(’http://myweb.cn.yahoo.com/popadd.html?url=’+encodeURIComponent(document.location.href)+’&title=’+encodeURIComponent(document.title), ‘Yahoo’,’scrollbars=yes,width=780,height=550,left=80,top=80,status=yes,resizable=yes’);”><IMG src=”http://www.chinaz.com/images/sc/yahoo.gif” mce_src=”http://www.chinaz.com/images/sc/yahoo.gif” alt=”雅虎收藏” border=0 /></A><br /> <a target=_blank href=”http://www.zhuaxia.com/add_channel.php?sourceid=102&url=http%3A%2F%2Fwww.yangpeng.org” mce_href=”http://www.zhuaxia.com/add_channel.php?sourceid=102&url=http%3A%2F%2Fwww.yangpeng.org”><img src=”http://www.chinaz.com/images/sc/zhuaxia.gif” mce_src=”http://www.chinaz.com/images/sc/zhuaxia.gif” border=”0″ alt=”订阅到抓虾” /></a><br /> <a href=”javascript:location.href=’http://www.xianguo.com/service/submitfav/?link=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title);” mce_href=”javascript:location.href=’http://www.xianguo.com/service/submitfav/?link=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title);”><img src=”http://www.chinaz.com/images/sc/xianguo.gif” mce_src=”http://www.chinaz.com/images/sc/xianguo.gif” alt=”添加到鲜果” border=0 /></a><br /> <a href=”javascript:d=document;t=d.selection?(d.selection.type!=’None’?d.selection.createRange().text:”):(d.getSelection?d.getSelection():”);void(keyit=window.open(’http://www.365key.com/storeit.aspx?t=’+escape(d.title)+’&u=’+escape(d.location.href)+’&c=’+escape(t),’keyit’,’scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes’));keyit.focus();” mce_href=”javascript:d=document;t=d.selection?(d.selection.type!=’None’?d.selection.createRange().text:”):(d.getSelection?d.getSelection():”);void(keyit=window.open(’http://www.365key.com/storeit.aspx?t=’+escape(d.title)+’&u=’+escape(d.location.href)+’&c=’+escape(t),’keyit’,’scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes’));keyit.focus();”><img src=”http://www.chinaz.com/images/sc/365key.gif” mce_src=”http://www.chinaz.com/images/sc/365key.gif” alt=’365Key网摘’ border=’0′/></a><br /> <a href=”javascript:window.external.AddFavorite(location.href+” mce_href=”javascript:window.external.AddFavorite(location.href+”‘#rose’,'★’+document.title)><IMG alt=”添加到搜藏夹” src=”http://www.chinaz.com/images/sc/ie.gif” mce_src=”http://www.chinaz.com/images/sc/ie.gif” align=absMiddle border=0 /></a>其中的图片链接是站长站的,你可以把图片下载到你的本地。你可以在需要添加书签功能的地方添加上面的代码,然后在每个站都注册一个账号,写上一篇不错的文章就自己提交一下,HOHO,不错吧。
原文地址:http://www.yangpeng.org/tools/add-bookmark
此外是给你rose授权给admin5.com发布的,做人要厚道,转载请注明出处。