Gravatar というのは、Gravatar – グローバルに認識されるアバター (Globally Recognized Avatars) を見てもらえばわかりますが「Gravatar とは、ブログに投稿したりコメントしたりした時に、どのサイトでもあなたの名前の横に表示される画像です。アバターはブログやフォーラムで自分の投稿を識別する役に立つ」ものです。まず、このサイトにメールと画像を登録しておきます。

 Gravatar を表示するプラグイン(Gravatar_1_00.zip 私は、Movable Type 5.04 で使っている)は、藤本さんのサイト Movable Type 5用Pixelテーマ – The blog of H.Fujimoto で入手できます。これを MT のサイトにインストールします。私のサイトでどのように表示されているかは、☆Google ウェブマスターツールに自分のブログのサイトマップを登録してみました – 日下部理恵のブログ を参照して下さい。

 次に、テンプレート(「コメント詳細」Minimalist Red を使用している)に手を入れます。赤字の部分を挿入します。

<div id="comment-<$mt:CommentID$>" class="comment<mt:IfCommentParent> comment-reply</mt:IfCommentParent><mt:IfCommenterIsEntryAuthor> entry-author-comment</mt:IfCommenterIsEntryAuthor>">
    <div class="inner">
        <div class="comment-header">
            <div class="asset-meta">
                <span class="byline">
                    <img src="<$MTGravatar rating="G" size="40"$>" alt="Gravatar" width="40" height="40" class="mt-image-left" style="float: left; margin: 0 10px 0px 0;" /><$mt:CommentAuthorIdentity$>
<mt:IfCommentParent>
                    <span class="vcard author"><$mt:CommentAuthorLink$></span>から<a href="<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>"><mt:CommentParent><$mt:CommentAuthor$></mt:CommentParent></a>への返信
<mt:Else>
                    <span class="vcard author"><$mt:CommentAuthorLink$></span>
</mt:IfCommentParent>
                    | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$mt:CommentDate format_name="iso8601"$>"><$mt:CommentDate$></abbr></a>
<mt:IfCommentsAccepted>
                    | <$mt:CommentReplyToLink$><br clear="all" />
</mt:IfCommentsAccepted>
                </span>
            </div>
        </div>
        <div class="comment-content">
            <$mt:CommentBody$>
        </div>
    </div>
</div>


トラックバックURL:
https://serene.sakura.ne.jp/blog/2011/03/27/1306/662.php/trackback

Comments are closed.

blank