トラックバック送信機

このあたりを参考に。意外に簡単。

<form method="post" enctype="application/x-www-form-urlencoded" action="トラックバックPing URL">
<input type="text" name="title" value="記事のタイトル">
<input type="text" name="excerpt" value="記事の要約">
<input type="text" name="url" value="記事のURL">
<input type="text" name="blog_name" value="ブログ名">
<input type="submit">
</form>