法則63 RSSリーダーへのフィード登録ボタンを設置する
「フィードを登録」ボタンのテンプレートソース
<ul id="subscribeFeed">
<!--Google リーダー-->
<li><a href="http://fusion.google.com/add?feedurl=<$MTLink template="rss"$>" title="Google リーダーに登録"><img src="google.gif" width="104" height="17" alt="Google リーダーに登録" /></a></li>
<!--My Yahoo!-->
<li><a href="http://add.my.yahoo.co.jp/rss?url=<$MTLink template="rss"$>" title="My Yahoo! に登録"><img src="yahoo.gif" width="91" height="17" alt="My Yahoo! に登録" /></a></li>
<!--netvibes-->
<li><a href="http://www.netvibes.com/subscribe.php?url=<$MTLink template="rss"$>" title="netvibes に登録">
<img src="netvibes.gif" width="91" height="17" alt="netvibes に登録" /></a></li>
<!--NewsGator Online-->
<li><a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=<$MTLink template="rss"$>" title="NewsGator Online に登録"><img src="newsgator.gif" width="91" height="17" alt="NewsGator Onlineに登録" /></a></li>
<!--livedoor Reader-->
<li><a href="http://reader.livedoor.com/subscribe/<$MTLink template="rss"$>" title="livedoor Reader に登録"><img src="livedoor_reader.gif" width="91" height="17" alt="livedoor Readerに登録" /></a></li>
<!-- はてなRSS-->
<li><a href="http://r.hatena.ne.jp/append/<$MTLink template="rss"$>" title=" はてなRSS に登録"><img src="add_hatena.gif" width="80" height="15" alt=" はてなRSS に登録" /></a></li>
<!--Bloglines-->
<li><a href="http://www.bloglines.com/sub/<$MTLink template="rss"$>" title="Bloglines に登録"><img src="bloglines.gif" width="94" height="20" alt="Bloglines に登録" /></a></li>
</ul>
「フィードを登録」ボタンのCSSソース
ul#subscribeFeed {
margin: 0;
padding: 0;
}
ul#subscribeFeed li {
list-style: none;
margin-bottom: 10px;
}
ul#subscribeFeed li img {
border: none;
}
リンク
ダウンロード
http://mt.web-100.jp/dl/mt/reader_sample.zip