RSS "channel/image" Element

Q

What is the RSS "channel/image" element?

✍: FYIcenter.com

A

The RSS "channel/image" element is an optional sub element of the "channel" element to specify a GIF, JPEG or PNG image that can be displayed with the channel.

The RSS "channel/image" element contains the following sub elements.

  • url - REQUIRED. The URL of a GIF, JPEG or PNG image that represents your Website. For example: <title>http://dev.fyicenter.com/_logo.png</title>.
  • title - REQUIRED. A string to describe the image. For example: <title>FYI Center for Developers</title>.
  • link - REQUIRED. The URL to your Website. For example: <link>http://dev.fyicenter.com/</link>.
  • width - OPTIONAL. The width of the image. Maximum value for width is 144, default value is 88. For example: <width>64</width>.
  • height - OPTIONAL. The height of the image. Maximum value for height is 400, default value is 31. For example: <height>64</height>.

 

RSS "channel/textInput" Element

RSS "channel" Element

RSS specifications

⇑⇑ RSS FAQ and Tutorials

2017-11-11, 1446🔥, 0💬