提取提要 URL 列表
內容 | 類型 | 起源 | 恨 |
---|---|---|---|
博客 ? | 列表 | 博客 | - |
博主 | https://www.blogger.com/feeds/PROFILE_ID/blogs | ||
帖子 | 列表 | 博客 | http://BLOG_NAME.blogspot.com/feeds/posts/default |
博主 ? | https://www.blogger.com/feeds/BLOG_ID/posts/default | ||
得到 | 博客 | - | |
博主 ? | https://www.blogger.com/feeds/BLOG_ID/posts/default/POST_ID | ||
頁 ? | 列表 | 博客 | http://BLOG_NAME.blogspot.com/feeds/pages/default |
博主 ? | https://www.blogger.com/feeds/BLOG_ID/pages/default | ||
得到 | 博客 | - | |
博主 ? | https://www.blogger.com/feeds/BLOG_ID/pages/default/POST_ID | ||
註釋 | 博客列表 | 博客 | http://BLOG_NAME.blogspot.com/feeds/comments/default |
博主 | https://www.blogger.com/feeds/BLOG_ID/comments/default | ||
帖子列表 | 博客 | http://BLOG_NAME.blogspot.com/feeds/POST_ID/comments/default | |
博主 | https://www.blogger.com/feeds/BLOG_ID/POST_ID/comments/default | ||
得到 | 博客 | - | |
博主 | https://www.blogger.com/feeds/BLOG_ID/POST_ID/comments/default/COMMENT_ID | ||
檔案 ? | - | 博客 | - |
博主 | https://www.blogger.com/feeds/BLOG_ID/archive/full |
Feed url 的附加參數
設置 | 意義 |
---|---|
callback | Javascript 函數調用 |
alt | 代表類型: alt=atom (默認)或 alt=rss. 其他類型:
|
max-results | 最大條目數 - 默認:25 - 最大:200 |
orderby | 條目順序:(lastmodified 默認),starttime 或updated |
published-min | 從發布日期定義一個期間。 格式: 2012-10-24T23:59:59 |
published-max | |
updated-min | 從更新日期定義一個期間。 格式: 2012-10-24T23:59:59 如果 ordeby 等於 ,則忽略該參數updated 。 |
updated-max | |
start-index | 從第 X 個條目開始選擇。默認值:1 |
category | 標籤名稱 可以添加一個或多個標籤 如果添加了多個標籤,它們必須用逗號 (,) 或以下字符分隔:%7C. 選擇將只包括所有提到的標籤共有的條目。 如果 q 未提及該參數,則此參數僅適用於商品列表提要。 |
q | 搜索查詢 可以添加一個或多個查詢 如果 category 未提及該參數,則此參數僅適用於文章列表提要。注意:謹防可以引入到應用程序的特殊字符: + ,& ," ,' ,等... |
redirect | 防止可能的重定向。例如 Feedburners。 價值: false 或true |
條目表 | ||||||||
---|---|---|---|---|---|---|---|---|
姓 | 描述 | 可用性 | ||||||
博客 | 帖子 | 頁面 | 註釋 | |||||
entry.id.$t | 條目標識符 | ✓ | ✓ | ✓ | ✓ | |||
entry.published.$t | 出版日期 | ✓ | ✓ | ✓ | ✓ | |||
entry.updated.$t | 更新日期 | ✓ | ✓ | ✓ | ✓ | |||
entry.category[] | 條目標籤列表 | ✓ | ✓ | |||||
entry.category[i].term | 標籤名稱 | |||||||
entry.title.$t | 條目標題 | ✓ | ✓ | ✓ | ✓ | |||
entry.summary.$t | 錄入內容。總結或完成。 | ✓ | ✓ | ✓ | ||||
entry.content.$t | ✓ | ✓ | ✓ | |||||
entry.link[] | 條目鏈接列表 | ✓ | ✓ | ✓ | ✓ | |||
entry.link[i].rel | 鏈接關係 | |||||||
entry.link[i].href | 鏈接地址 | |||||||
entry.author[] | 條目作者 | ✓ | ✓ | ✓ | ✓ | |||
entry.author[i].name.$t | 姓 | |||||||
entry.author[i].uri.$t | 個人資料網址 | |||||||
entry.author[i].gd$image.src | 個人資料圖片網址 | |||||||
entry.media$thumbnail.url | 條目縮略圖網址 | ✓ | ✓ | |||||
entry.thr.total$t | 對號碼的評論 | ✓ | ||||||
entry.thr.[in-reply-to] | 家長評論數據 | ✓ | ||||||
entry.thr.[in-reply-to].ref | 家長評論 ID | |||||||
entry.thr.[in-reply-to].href | 家長評論網址 | |||||||
entry.thr.[in-reply-to].source | 父評論的API URL | |||||||
entry.georss | 分配給條目的位置數據 | ✓ | ||||||
entry.georss.featurename.$t | 地點名稱 | |||||||
entry.georss.point.$t | 位置坐標 | |||||||
entry.georss.box.$t | 位置坐標 | |||||||
entry.gd$extendedProperty[] | 附加條目信息。 | ✓ | ✓ | |||||
entry.gd$extendedProperty[i].name | ||||||||
entry.gd$extendedProperty[i].value |
<script style="text/javascript">
function extraction(toto) {
document.write('<b>Titre du blog</b> : '+toto.feed.title.$t+'<br/>');
document.write('<b>Créateur du blog</b> : '+toto.feed.author[0].name.$t+'<br/>');
for (var uneboucle = 0; uneboucle < 1; uneboucle++) {
document.write('<b>Titre de la dernière entrée</b> : '+toto.feed.entry[uneboucle].title.$t+'<br/>');
};
}
</script>
<h2>Extraction flux des articles</h2>
<script src="https://www.blogger.com/feeds/BLOG_ID/posts/default?alt=json-in-script&callback=extraction"></script>
<h2>Extraction flux des articles avec le libellé: "LABEL_NAME"</h2>
<script src="https://www.blogger.com/feeds/BLOG_ID/posts/default?category=LABEL_NAME&alt=json-in-script&callback=extraction"></script>
<h2>Extraction flux des articles avec la requête: "QUERY_NAME"</h2>
<script src="https://www.blogger.com/feeds/BLOG_ID/posts/default?q=QUERY_NAME&alt=json-in-script&callback=extraction"></script>
<h2>Extraction flux des pages</h2>
<script src="https://www.blogger.com/feeds/BLOG_ID/pages/default?alt=json-in-script&callback=extraction"></script>
<h2>Extraction flux des commentaires</h2>
<script src="https://www.blogger.com/feeds/BLOG_ID/comments/default?alt=json-in-script&callback=extraction"></script>
留言
張貼留言