MT3.2ja-2 トラックバック受信リストのプラグイン

プラグインまずは、ひらたさんの【トラックバック受信リスト】から。あまりに簡単にできた。こんな簡単でいいのかなと不安になった。

1. コードをコピーして、PingEntry.pl という名前で保存。
2. サーバーサイドの plugins ディレクトリにアップ。
3. パーミッションも何も変更しない。

その後、下のソースをひらたさんのサイトの記述にある通りにして、メインインデックスのサイド部分に入れたら、バッチリよ。ありがとうございます。m(__)m

<div class="module-archives module">
<h2 class="module-header">最近のトラックバック</h2>
<div class="module-content">
<ul class="module-list">
<MTPings lastn="10">
<li class="module-list-item">
<a href="<$MTPingURL$>"><$MTPingTitle$></a> (<$MTPingBlogName$>) </li><br /><MTPingEntry>
<span style="font-size: xx-small;"> to
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></span> <br />
</MTPingEntry></MTPings>
</ul>
</div>
</div>