RSS feed: to feed images to your rss

丶灬走出姿态 提交于 2019-12-24 10:07:59

问题


I have searched around online about feed images to your rss feed. it seems not very popular. is it correct to use to feed images?

for instance,

<enclosure url="http://images.productserve.com/thumb/547/680654.jpg" type="image/jpeg" length="3241"/>

what is the length in the enclosure elementy?


回答1:


The enclosure tag is pretty popular for things like podcasts (so, audio files) but I haven't seen it used for images often.

length describes the file size in bytes, so it's up to you to pragmatically get that for each image you attach.

More info: http://en.wikipedia.org/wiki/RSS_enclosure



来源:https://stackoverflow.com/questions/4130406/rss-feed-to-feed-images-to-your-rss

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!