如何将图像添加为RSS源的一部分

时间:2011-03-28 09:39:00

标签: rss

我在RSS Feed中添加了标题,标题链接和说明。但无法将图像添加为RSS源的一部分。

请指导我如何在标记中包含图像并将其显示在RSS源中。

此致 Gourav

1 个答案:

答案 0 :(得分:13)

CDATA comments中包含您的说明,并将图片作为HTML <img>标记插入。

TechCrunch在其Feed中提供了可以使用的示例:http://feeds.feedburner.com/TechCrunch

例如,从他们当前的饲料中使用以下描述标签的第一个关于英国企业家的项目:

<description>
    <![CDATA[
        <img src="http://eu.techcrunch.com/wp-content/uploads/startupbritain.jpg" alt="" />
        This morning in London, the UK's answer to <a href="http://www.whitehouse.gov/issues/startup-america">
        Startup America</a> launches, titled - guess what? - <a href="http://www.startupbritain.org/">Startup Britain</a>.
        That similarity aside, the initiative has been put together by a number of existing UK entrepreneurs and 
        is not being backed by any government money, unlike the Obama initiative. Instead, we have here a 
        ground-up entrepreneur-led initiative which is seeing over 60 leading brands offer services to 
        up-and-coming startups in the UK. This is not specifically about tech startups - but it may well appeal to that sector. 

        The campaign is being launched by Prime Minister David Cameron, who is known to be very pro-enterprise. 
        The UK has 270,000 businesses that start up every year but many fail due to a lack of support. So in 
        effect the Startup Britain initiative is doing a few things much more differently. It's offering a 
        package of discounts and free trial on business services like insurance, broadband, advertising, 
        office space and more. The claim is that this amounts to over £1,500 in value for every startup 
        company in Britain. Startup Britain is a portal site to a package of these services. 
        <img alt="" 
             border="0" 
             src="http://stats.wordpress.com/b.gif?host=techcrunch.com" 
             width="1" height="1" />
    ]]>
</description>