2010-07-22 Javascriptでbit.lyを使った短縮URLを取得する programming bit.lyでサインアップし、APIキーを取得しておく。jQueryプラグイン「jq-shorten」を使用する。 jQueryとこのshoten.jsを使用する。 以下のようなスクリプトを記述する。 $("a").shorten({login: 'xxx', apikey: 'R_xxxxxxxxxxxxxxxxxxxxxxxx'}); これで短縮URLがaタグにセットされる。