2007-04-03

有名どころのソーシャルブックマークのボタンを設置しました!

有名どころのソーシャルブックマークのボタンを設置しました!

Postal Search APIs & Solutions
http://developmentor.lrlab.to/postal/



設置したソーシャルブックマークとその JavaScript コードは次のとおりです。

del.icio.us
window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400'); return false;
location.href='http://del.icio.us/post?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title); return false;

Digg
location.href='http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title); return false;

はてなブックマーク
window.location='http://b.hatena.ne.jp/add?mode=confirm&title='+escape(document.title)+'&url='+escape(location.href); return false;

livedoor クリップ
location.href='http://clip.livedoor.com/clip/add?link='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title); return false;

Buzzurl(バザール)
window.location='http://buzzurl.jp/config/add/confirm?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title); return false;

0 件のコメント: