Postal Search APIs & Solutions
http://developmentor.lrlab.to/postal/
設置したソーシャルブックマークとその JavaScript コードは次のとおりです。
del.icio.us
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 件のコメント:
コメントを投稿