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

gou*_*rav 8 rss

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

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

此致,古拉夫

Tre*_*non 15

CDATA注释中包装您的描述并将图像作为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>
Run Code Online (Sandbox Code Playgroud)