Skip to content

Instantly share code, notes, and snippets.

@unix7
Last active December 11, 2015 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unix7/4562258 to your computer and use it in GitHub Desktop.
Save unix7/4562258 to your computer and use it in GitHub Desktop.
Feed Urls Comparison
/*
* Kujie2.com
* Result: Error
*/
<link rel="alternate" type="application/rss+xml" title="Hidup Biar Sedap &raquo; Feed" href="feed"/>
/*
* Puanbee.com
* Result: OK
*/
<meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="alternate" type="application/rss+xml" title="Puanbee.com &raquo; Feed" href="http://puanbee.com/feed/" />
/*
* Denaihati.com
* Result: OK
*/
<a href="http://feeds.feedburner.com/denaihati/NMIW">
/*
* Affanruslan.com
* Result: OK
* Note: Uses feedburner
*/
<link rel="alternate" type="application/rss+xml" title="Critical Angle &raquo; Feed" href="http://feeds.feedburner.com/CriticalAngle" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment