RSS Feed - 图像未显示 [英] RSS Feed - Images not showing up

查看:95
本文介绍了RSS Feed - 图像未显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Windows应用工作室来创建应用。我在我的应用中添加了以下RSS Feed:http://www.liverpoolfc.com/rss/news/latest。但是,只显示rss Feed中的文本,而图像则不显示。请帮助我!

解决方案

我查看了您的Feed网址,Feed中没有图片。


这就是他们没有出现的原因。


你需要一行如下:


< enclosure url =" < a href ="http://dvana.com/inc/img/newseum.jpg"> http://dvana.com/inc/img/newseum.jpg "类型= QUOT;图像/ JPG"长度=" 22222" />


 


您的Feed必须包含附件,这是图片的网址和尺寸以及类型。


这是RSS 2规范的一部分。


如果您需要更多帮助,请告诉我。


I am using windows app studio to create an app. I have put included the following rss feed in my app: http://www.liverpoolfc.com/rss/news/latest. However, only the text from the rss feed is showing up, the images are not. Please help me!

解决方案

I have looked at your feed URL and there are no images in the feed.

That is why they are not showing up.

You will need a line something like the following:

<enclosure url="http://dvana.com/inc/img/newseum.jpg" type="image/jpg" length="22222" />
 

Your feed must have an enclosure which is the URL and size of the image along with the type.

This is part of the RSS 2 spec.

If you need any more help, please let me know.


这篇关于RSS Feed - 图像未显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆