Html code to have autodiscovery feeds (RSS, Atom, RDF)


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <link rel="alternate" type="application/rss+xml" title="Get RSS 2.0 Feed" href="rss.php" />
  2. <link rel="alternate" type="application/rdf+xml" title="Get RDF 1.0 Feed" href="rdf.php" />
  3. <link rel="alternate" type="application/atom+xml" title="Get Atom 0.3 Feed" href="atom.php" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.