MTAuthorUnFollowLink
特定のユーザーの注目をやめるリンクを出力します。
Movable Type 7 では、コミュニティ機能が同梱されていないため利用できません。
- 使い方
<p class="edit-relation">
<span id="following-status"></span>
<mt:AuthorIfFollowing script="0">
<$mt:AuthorDisplayName$> に注目しています。 <$mt:AuthorUnfollowLink text="注目をやめる"$>
<mt:Else>
<$mt:AuthorFollowLink text="注目する"$>
</mt:AuthorIfFollowing>
</p>
モディファイア
- class="class"
-
出力するリンクに class 属性を付与します。設定する値は class 属性の値で、半角スペースで区切って複数の値を指定できます。
- text="text"
-
リンクにするテキストを入力します。