意外と手間取ったので、メモ。 jsのencodeURIComponent(document.title)でtitleタグの中身を、 encodeURIComponent(window.location.href)でURLをエンコード化して取得する。 以下、作成したソース。 ■twitterに記事のURLをツイートする <a href="javascript: var f='http://twitter.com/home/?status=RT '+encodeURIComponent(document.title)+' '+encodeURIComponent(window.location.href); if(!window.open(f,'surfing'))location.href=f; void(0);"><img src="画像パス" alt="この記事についてつぶやく" tit