1
我在某些瀏覽器(例如Firefox)中看到過,只有當頁面包含RSS/Atom訂閱源時,纔會激活RSS訂閱源圖標。瀏覽器如何檢測頁面是否包含Feed?如何檢測網址是否包含飼料?
我在某些瀏覽器(例如Firefox)中看到過,只有當頁面包含RSS/Atom訂閱源時,纔會激活RSS訂閱源圖標。瀏覽器如何檢測頁面是否包含Feed?如何檢測網址是否包含飼料?
只要看看這個頁面的代碼。你會在頭一些JavaScript後看到這一點:
<link rel="alternate" type="application/atom+xml" title="Feed for question 'How to detect if a web URL contains a feed or not?'" href="/feeds/question/3020295">
另外,許多博客使用
<link rel="alternate" type="application/rss+xml" title="Post Title" href="link-to-post">