index.phpの874行付近に黄文字の行を追加。
/* ----- ログリスト用スキン変換 ----- */
function blogn_log_list_skin_replace($tmpbuf, $key, $val, $userlist, $category1, $category2, $mode) {
$linkurl = '<a href="index.php?e='.$val["id"].'">'.$val["title"].'</a>';
$tmpbuf = str_replace("{LOGTITLE}", $linkurl, $tmpbuf);
$tmpbuf = str_replace("{LOGTITLE2}", urlencode($val["title"]), $tmpbuf);
この改造でリンクタグを含まない純粋なタイトルだけが{LOGTITLE2}で出力できるようになります。
スキンに追加。
<a href="http://twitter.com/home?status=RT%20@TwitterのID:%20{LOGTITLE2}%20{LOGURL}" target="new" title="Twitter">TwitterへRT</a>]]>