RSS/RDF Feed

          

Religion News Blog offers you 3 free powerful ways to syndicate our news, providing your site with fresh new ‘sticky’ content: the headline ticker, RSS news feed, and a headline sidebar.

Intergrate our news into your site using our RSS feed. We recommend using Magpie RSS Parser (PHP) to quickly and easily put this feed on your site. A simple sample:


<?php

require_once 'rss_fetch.inc';

$url = 'https://www.religionnewsblog.com/b2rss.php';
$rss = fetch_rss($url);

echo "Site: ", $rss->channel['title'], "<br>\n";
foreach ($rss->items as $item ) {
$title = $item[title];
$url = $item[link];
echo "<a href=$url>$title</a></li><br>\n";
echo "$item[description]<br>\n";
}

?>

For extended information on RSS parsing please refer to this tutorial.

The feed is located at:

https://www.religionnewsblog.com/b2rss.php

Source

(Listed if other than Religion News Blog, or if not shown above)
, , ,

Religion News Blog posted this on Friday August 15, 2003.
Last updated if a date shows here:

   

More About This Subject

AFFILIATE LINKS

Our website includes affiliate links, which means we get a small commission -- at no additional cost to you -- for each qualifying purpose. For instance, as an Amazon Associate, Religion News Blog earns from qualifying purchases. That is one reason why we can provide this research service free of charge.

Speaking of which: One way in which you can support us — at no additional cost to you — is by shopping at Amazon.com.