Una forma sería crear una suscripción a google reader.
Como?
1. crear un archivo .xml, ej: news.xml
Código PHP:
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<!--FTPSite tusitio-->
<channel>
<title>news</title>
<link>http://www.tusitio.com</link>
<description>News</description>
<language>es</language>
<managingEditor>[email protected]</managingEditor>
<webMaster>[email protected]</webMaster>
<item>
<title>titulo</title>
<pubDate>Wed, 20 Jan 2010 22:30:22 +0100</pubDate>
<link>http://www.tulink.com</link>
<author>Tu</author>
<category>categoria</category>
<description>descripción</description>
</item>
</channel>
</rss>
2. crear un enlace a google reader :
Código PHP:
<a type="application/rss+xml" href="http://www.google.com/reader/view/feed/http://www.tusitio.com/news.xml" target="_blank">Suscribe</a>
Saludos