常用添加网摘代码 Add Bookmark

Standard
1
2
3
4
5
6
7
8
9
10
11
<a 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','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes');void(0)">QQ书签</a>
 
<a href="#" onClick="javascript:window.open('http://www.google.com/bookmarks/mark?op=add&bkmk='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title))">Google书签</a>
 
<a href="#" onClick="javascript:window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+encodeURIComponent(location.href)+'&t='+encodeURIComponent(document.title))">Yahoo书签</a>
 
<a href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:'') : (d.getSelection?d.getSelection():''); void(vivi=window.open('http://vivi.sina.com.cn/collect/icollect.php?pid=28&title='+escape(d.title)+'&url='+escape(d.location.href)+'&desc='+escape(t), 'vivi ','scrollbars=no,width=480,height=480,left=75,top=20,status=no,resizable=yes')); vivi.focus ();">新浪网摘</a>
 
<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();">365Key网摘</a>
 
<a href="javascript:t=document.title;u=location.href;e=document.selection ? (document.selection.type!='None'?document.selection.createRange().text:'') : (document.getSelection?document.getSelection():''); void(open('http://bookmark.hexun.com/post.aspx?title='+escape(t)+'&url='+escape(u)+'&excerpt='+escape(e), 'HexunBookmark' , 'scrollbars=no,width=600,height=450,left=80,top=80,status=no,resizable=yes'));">和讯网摘</a>

2 thoughts on “常用添加网摘代码 Add Bookmark

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.