サイトのサムネイル画像をRSSに表示させる
『Simple API ウェブサイト・サムネイル化ツール』を利用して、RSSにサイトのサムネイル画像を表示させるようにしてみました。
RSSフィードへの記述
<image>
<title>Bloc Notes</title>
<link>http://example.com/</link>
<url>http://img.simpleapi.net/small/http://example.com/</url>
<width>128</width>
<height>128</height>
</image>
Movable Typeなら、テンプレート(RSS2.0)の <copyright>の下辺りにコードを記述して出来あがりです。
<image>
<title><$MTBlogName remove_html="1" encode_xml="1"$></title>
<link><$MTBlogURL$></link>
<url>http://img.simpleapi.net/small/<$MTBlogURL$></url>
<width>128</width>
<height>128</height>
</image>
初出: March 25, 2006
修正: Oct 15, 2006


Post a Comment
( 認証サービスにサインインしないで、匿名でもコメントできます。詳しくはComment Policyをご覧ください。)