RSS - XML Veri Çekme
<script></script>
<script>
google.load("feeds", "1");
function OnLoad() {
var feedControl = new google.feeds.FeedControl();
// RSS - XML Ekleme
feedControl.addFeed("http://www.milliyet.com.tr/D/rss/rss/Rss_2.xml", "Dünya");
feedControl.addFeed("http://www.milliyet.com.tr/D/rss/rss/Rss_3.xml", "Ekonomi");
feedControl.addFeed("http://www.milliyet.com.tr/D/rss/rss/Rss_4.xml", "Siyaset");
feedControl.draw(document.getElementById("content"));
}
google.setOnLoadCallback(OnLoad);
</script>
Yükleniyor...