Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/03/2010, 12:57
Avatar de santris
santris
 
Fecha de Ingreso: agosto-2009
Ubicación: Sant Feliu de Llobregat
Mensajes: 955
Antigüedad: 14 años, 8 meses
Puntos: 66
Respuesta: Mailing List desde mi pagina web

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
__________________
Tu álbum de cromos online!!