2009年6月30日火曜日

twitterするブックマークレット(Bookmarklet to twit)

twitter用のブックマークレットを作ってみました。自分でつぶやく一歩手前まで行けます。
This is a bookmarklet which lets you to twit easily.


■ 機能1:見ている任意のページのタイトル とURLをtwitterに送ります
   〔テキストをブラウザで選択していないとき〕
Function1: Send URL and title of current page to twitter.

■ 機能2:選択中のテキストと、URLをtwitterに送ります。
   〔テキストをブラウザで選択しているとき〕
Function2: Send URL and selected text to twitter.
(when you select something in your browser)



▼ブックマークレットのリンク
Link of Bookmarklet
bookmarklet to twit


上記リンクをお気に入りに追加してください。
または、下記のURLでお気に入りやブックマークを作ります。
Please add this link above to your browser's Favorite.
Or, create new bookmark of the URL as follows.

▽URL start▽
javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://twitter.com/',l=d.location,q=(String(s).length? (s+' '+(l.href)):((d.title)+' '+(l.href))),e=encodeURIComponent,p='?status='+e(q),u=f+p;a =function(){if(!w.open(u,'q','toolbar=1,resizable=1,status=1,menubar=1,scrollbars=1,location=1, width=660,height=800'))l.href=u;};a();
△URL end△

インターネットのページについてつぶやきたくなったら、このBookmarkletをお気に入りから選択するだけで、見ているページの情報をtwitterに転送し、自動挿入します。


 

 

0 件のコメント: