Void setImage(Feed feed, String imageurl, Int width=0, Int height=0)
Arguments
feed: The RSS feedimageurl: The URL of an image to be associated with the feed.width: Optionally, the width of the image in pixelsheight: Optionally, the height of the image in pixels
Usage
Associate an image with the feed. While the width and height parameters are both optional, it is best to specify both if you specify either.