URLを入力するだけでRSSフィードをページに簡単に貼り付けられるツール
2006年08月10日
スポンサード リンク
Build a Feed You Can Cut 'n Paste
The tool below will help you format a feed's display with the information you want to use on your web site. All you need to enter is the URL for the RSS source, and select the desired options below. Note that we now have a number of mirror Feed2JS sites that can provide the exact same service as we provide here.
URLを入力するだけでRSSフィードをページに簡単に貼り付けられるツールの紹介。
サイト上でURLを入力して、「use UTF-8 character encoding 」にチェックを入れて「Generate JavaScript」ボタンを押すとHTMLタグが生成されます。
次の内容が、生成されるHTMLタグの例。
<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fphpspot.org%2Fblog%2Findex.rdf&chan=y&desc=1&utf=y" type="text/javascript"></script>
<noscript>
<a href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fphpspot.org%2Fblog%2Findex.rdf&chan=y&desc=1&utf=y&html=y">View RSS feed</a>
</noscript>
サーバサイドの処理はこのサービスが行ってくれるので、cgi/phpが使えないサーバでも簡単に使えます。
以下がタグを貼り付けた場合のページ例。
次のようなHTML構造でデータを返してくれるので、CSSによるデザインも出来ますね。
(FireBugのdomインスペクタで表示させたHTML構造)
スポンサード リンク
投稿者 KJ : 2006年08月10日 09:00
|
![]()
間違いの指摘をしていただける方はメールでお願いします
最新のブログ記事
- Facebook風のサムネイル付きサジェストボックスを実装するサンプル
- 2009年7月3日 管理人のブックマーク
- PHPとCSSで動的に綺麗なパーセンテージグラフを描画サンプル
- 普通の写真をすばらしいアートにするためのPhotoshopチュートリアル集
- シマシマの見やすいテーブルを作成するMooToolsプラグイン「ZebraTable」
- 2009年7月2日 管理人のブックマーク
- 「フォローしてね」を表すTwitterアイコン集
- シンプルなTwitter検索を行うためのPHPスクリプト
- PHPのcURLを使ってできる便利なサンプル集
- 2009年7月1日 管理人のブックマーク
- iPhone3.0の緯度経度APIで移動履歴を地図描画するサンプル





















